中扬CRM客户关系管理系统
LSH
2024-03-27 92459e3e326488acae77e068c37eb4b96eae5ebf
src/main/java/com/zy/crm/manager/controller/ReimburseOnlineController.java
@@ -141,7 +141,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 {
@@ -149,7 +149,7 @@
            }
        }
        if (signHostId){
            wrapper.or().eq("host_id",1);
            wrapper.or().eq("host_id",getHostId());
        }
    }
    @RequestMapping(value = "/reimburseOnline/from/add/auth")