管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-03-03 1e24a3f0e410ea102a9745102349d388b032c23a
1
已修改2个文件
5 ■■■■■ 文件已修改
data/db_cx.sql 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lf/server/service/all/BaseQueryService.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
data/db_cx.sql
@@ -334,7 +334,8 @@
where pipename is not null and not ST_IsEmpty(geom)
order by pipename, segname;
select workname from bs.s_survey_information;;
select * from bs.s_explorationpoint where upper(exppointid) like '%XK0%';
src/main/java/com/lf/server/service/all/BaseQueryService.java
@@ -103,7 +103,7 @@
        switch (express) {
            case "like":
                wrapper.like(field, val);
                wrapper.like("UPPER(" + field + ")", val.toString().toUpperCase());
                break;
            case ">":
                wrapper.gt(field, val);