Merge branch 'wq' of SH-Arbitrate/Arbitrate-Backend into dev
This commit was merged in pull request #257.
This commit is contained in:
+1
@@ -198,6 +198,7 @@ public class CaseApplicationServiceImpl implements ICaseApplicationService {
|
||||
caseApplication.setFinanceStatus(CaseApplicationConstants.PENDING_PAYMENT_CONFIRM);
|
||||
}
|
||||
if ("法律顾问".equals(role.getRoleName())) {
|
||||
// 秘书查看所有案件
|
||||
// 查询角色有关的用户部门
|
||||
List<Long> deptIds = new ArrayList<>();
|
||||
deptIds.add(sysUser.getDeptId());
|
||||
|
||||
Reference in New Issue
Block a user