| | |
| | | import com.lf.server.helper.AesHelper; |
| | | import com.lf.server.helper.PathHelper; |
| | | import com.lf.server.mapper.bd.DlgAgnpMapper; |
| | | import com.lf.server.service.all.BaseQueryService; |
| | | import com.lf.server.service.all.PermsService; |
| | | import com.lf.server.service.sys.ArgsService; |
| | | import com.lf.server.service.sys.BlacklistService; |
| | |
| | | @Autowired |
| | | BlacklistService blacklistService; |
| | | |
| | | @Autowired |
| | | BaseQueryService baseQueryService; |
| | | |
| | | @Override |
| | | public void run(ApplicationArguments args) { |
| | | // noinspection AlibabaRemoveCommentedCode |
| | |
| | | } |
| | | |
| | | private void testMybatisPlus() { |
| | | List<String> list0 = dlgAgnpMapper.selectFuzzy("bd.dlg_agnp", "name", "%县%"); |
| | | String tabName = baseQueryService.getTabName(dlgAgnpMapper); |
| | | List<String> list0 = dlgAgnpMapper.selectFuzzy(tabName, "name", "%县%"); |
| | | |
| | | DlgAgnpEntity dlg = dlgAgnpMapper.selectById(1); |
| | | String wkt = dlgAgnpMapper.selectWktById("bd.dlg_agnp", 2); |