案件查询

This commit is contained in:
gy b
2023-11-29 21:45:43 +08:00
parent 59497d26f7
commit 0db3c4814d
2 changed files with 11 additions and 10 deletions
@@ -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());