18792927508 hace 2 años
padre
commit
fa02011bd7

+ 1
- 1
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/service/impl/CaseApplicationServiceImpl.java Ver fichero

@@ -279,7 +279,7 @@ public class CaseApplicationServiceImpl implements ICaseApplicationService {
279 279
                 caseApplication.setDeptIds(deptIds);
280 280
             }
281 281
             if ("申请人".equals(role.getRoleName())) {
282
-                //  caseApplication.setIsOtherRole(1);
282
+                  caseApplication.setIsOtherRole(1);
283 283
                 // 查询角色有关的用户部门
284 284
                 caseApplication.setApplicationOrganId(String.valueOf(sysUser.getDeptId()));
285 285
             }