洪城义警-正式版后台
zengh
2022-05-26 83fcd1611db06d6b21c30b1c5cdb1beecbdf2903
src/main/java/org/springblade/modules/zc/controller/ZcController.java
@@ -142,7 +142,7 @@
      }
      for (int j = 0; j < page.getRecords().size(); j++) {
         if (page.getRecords().get(j).getJurisdiction() != null && !page.getRecords().get(j).getWorkjurisdiction().equals("")) {
         if (page.getRecords().get(j).getWorkjurisdiction() != null && !page.getRecords().get(j).getWorkjurisdiction().equals("")) {
            String[] split = page.getRecords().get(j).getJurisdiction().split(",");
            List<String> list = Arrays.asList(split);
            StringBuffer deptNameBuiffer = new StringBuffer();