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")