src/main/java/com/zy/crm/manager/controller/BusinessTripOtherController.java
@@ -90,7 +90,7 @@ } if (!signUserId && !signDeptId){ if (getRole().getId()==1){ wrapper.or().eq("host_id",1); wrapper.or().eq("host_id",getHostId()); }else if (getRole().getId()==2){ wrapper.eq("dept_id",getDeptId()); }else { @@ -98,7 +98,7 @@ } } if (signHostId){ wrapper.or().eq("host_id",1); wrapper.or().eq("host_id",getHostId()); } }