| | |
| | | import com.lf.server.entity.bd.DlgAgnpEntity; |
| | | import com.lf.server.helper.AesHelper; |
| | | import com.lf.server.helper.PathHelper; |
| | | import com.lf.server.helper.StringHelper; |
| | | import com.lf.server.mapper.bd.DlgAgnpMapper; |
| | | import com.lf.server.service.all.PermsService; |
| | | import com.lf.server.service.sys.ArgsService; |
| | |
| | | } |
| | | |
| | | private void testMybatisPlus() { |
| | | List<String> list0 = dlgAgnpMapper.selectFuzzy("bd.dlg_agnp", "name", "%县%"); |
| | | |
| | | DlgAgnpEntity dlg = dlgAgnpMapper.selectById(1); |
| | | String wkt = dlgAgnpMapper.selectWktById(2); |
| | | String wkt = dlgAgnpMapper.selectWktById("bd.dlg_agnp", 2); |
| | | |
| | | Map<String, Object> map = new HashMap<String, Object>(3); |
| | | map.put("gid", 2); |