src/main/java/com/zy/crm/manager/controller/PriOnline2Controller.java
@@ -159,7 +159,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 { @@ -167,7 +167,7 @@ } } if (signHostId) { wrapper.or().eq("host_id", 1); wrapper.or().eq("host_id", getHostId()); } }