中扬CRM客户关系管理系统
#
LSH
2023-12-02 afa3bc1e2f39f66f59ee9b15d6af16593acdc9a4
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")