diff --git a/pom.xml b/pom.xml
index d705730..db1bbc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,8 +175,54 @@
+
org.springframework.boot
spring-boot-maven-plugin
+
+ ZIP
+
+
+ non-exists
+ non-exists
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+
+ copy-dependencies
+ package
+
+ copy-dependencies
+
+
+
+ target/lib
+ false
+ false
+ runtime
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ **/*.properties
+ **/*.xml
+ **/*.yml
+ static/**
+ templates/**
+ mybatis/**
+
+
diff --git a/src/main/java/com/cm/systemcity/service/bindingdepartment/impl/BindingDepartmentServiceServiceImpl.java b/src/main/java/com/cm/systemcity/service/bindingdepartment/impl/BindingDepartmentServiceServiceImpl.java
index 3ec3a41..0b805be 100644
--- a/src/main/java/com/cm/systemcity/service/bindingdepartment/impl/BindingDepartmentServiceServiceImpl.java
+++ b/src/main/java/com/cm/systemcity/service/bindingdepartment/impl/BindingDepartmentServiceServiceImpl.java
@@ -22,7 +22,6 @@ import com.cm.systemcity.pojo.dtos.areapoints.GridAndPointsDTO;
import com.cm.systemcity.pojo.dtos.bindingdepartment.BindingDepartmentDTO;
import com.cm.systemcity.pojo.dtos.bindingdepartment.DepartmentDTO;
import com.cm.systemcity.pojo.dtos.community.CommunityDTO;
-import com.cm.systemcity.pojo.dtos.communityboss.CommunityBossDTO;
import com.cm.systemcity.pojo.dtos.dict.DictDTO;
import com.cm.systemcity.pojo.dtos.reportcase.ReportCaseDTO;
import com.cm.systemcity.pojo.dtos.userpoints.UserDTO;
@@ -41,6 +40,7 @@ import java.util.*;
/**
* 案件类型绑定部门Impl
+ *
* @author xwangs
* @create 2020-10-27 16:52
* @description
@@ -50,10 +50,10 @@ public class BindingDepartmentServiceServiceImpl extends BaseService implements
@Autowired
private IBindingDepartmentDao bindingDepartmentDao;
-
+
@Autowired
private IDepartmentService departmentService;
-
+
@Autowired
private IUserService userService;
@Autowired
@@ -72,14 +72,14 @@ public class BindingDepartmentServiceServiceImpl extends BaseService implements
PageHelper.startPage(page.getPage(), page.getRows());
List dtos = bindingDepartmentDao.listBindingDepartment(page.getParams());
Map params = new HashMap<>(4);
- for(BindingDepartmentDTO item : dtos){
+ for (BindingDepartmentDTO item : dtos) {
params.put("departmentIds", item.getDepartmentId());
List