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