中扬CRM客户关系管理系统
LSH
2024-03-28 6a70e2f5c45e376d14177e1fdb605a346701faa7
src/main/java/com/zy/crm/manager/controller/ContractController.java
@@ -106,7 +106,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 {
@@ -114,7 +114,7 @@
            }
        }
        if (signHostId){
            wrapper.or().eq("host_id",1);
            wrapper.or().eq("host_id",getHostId());
        }
    }