| | |
| | | if (ObjectUtils.isNotEmpty(caseReturn)) { |
| | | Map<String, Object> term = new HashMap<>(); |
| | | term.put("mainId", caseReturn.getCaseId()); |
| | | term.put("ownerIds", caseReturn.getId()); |
| | | term.put("ownerIds", "'" + caseReturn.getId() + "'"); |
| | | List<FileIdTypeInfoBaseDTO> fileInfoList = sysClient.listIdTypeInfoByOwnerIdList(term); |
| | | if (CollectionUtils.isNotEmpty(fileInfoList)) { |
| | | caseReturn.setFileInfoList(fileInfoList.get(0).getFileList().get(0).getFileList()); |
| | |
| | | CtUserDTO loginUser = custClient.clientGetUserAll(userId); |
| | | Page<CaseSupervise> caseSupervisePage = null; |
| | | if(StringUtils.isNotBlank(loginUser.getUnitId())){ |
| | | terms.put("type", status); |
| | | if(3 != status){ |
| | | terms.put("quiltUnitId",loginUser.getUnitId()); |
| | | terms.put("supStatus", status); |