Ver código fonte

增加管理后台查询列表,以及队列

xiewj 1 ano atrás
pai
commit
3d01b25b87

+ 1 - 1
720yun_fd_manage/gis_mapper/src/main/java/com/gis/mapper/provider/WorkProvider.java

@@ -58,7 +58,7 @@ public class WorkProvider {
             if (type==1){
                 sql.append(" and status > 0 and location IS NULL");
             }else if (type==2){
-                sql.append("  location IS NOT NULL");
+                sql.append(" and location IS NOT NULL");
             }
         }else {
             List<String> snCodes = param.getSnCodes();