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();