data/db_cx.sql | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/java/com/lf/server/service/all/BaseQueryService.java | ●●●●● 补丁 | 查看 | 原始文档 | 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);