管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-10-29 16aff7930d4a2b8e1034f8f3d6caafb5f422b363
src/main/java/com/lf/server/config/InitConfig.java
@@ -10,8 +10,8 @@
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.BaseQueryService;
import com.lf.server.service.all.PermsService;
import com.lf.server.service.sys.ArgsService;
import com.lf.server.service.sys.BlacklistService;
@@ -50,6 +50,9 @@
    @Autowired
    BlacklistService blacklistService;
    @Autowired
    BaseQueryService baseQueryService;
    @Override
    public void run(ApplicationArguments args) {
        // noinspection AlibabaRemoveCommentedCode
@@ -82,8 +85,11 @@
    }
    private void testMybatisPlus() {
        String tabName = baseQueryService.getTabName(dlgAgnpMapper);
        List<String> list0 = dlgAgnpMapper.selectFuzzy(tabName, "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);