|
@ -61,7 +61,12 @@ public class LingshanOfficeHallServiceRecordServiceImpl extends BaseServiceImpl< |
|
|
} |
|
|
} |
|
|
String orgIdPath = queryOrgIdPath(formDTO.getCustomerId(), formDTO.getStaffId(), formDTO.getOrgId(), formDTO.getOrgType()); |
|
|
String orgIdPath = queryOrgIdPath(formDTO.getCustomerId(), formDTO.getStaffId(), formDTO.getOrgId(), formDTO.getOrgType()); |
|
|
PageHelper.startPage(formDTO.getPageNo(), formDTO.getPageSize()); |
|
|
PageHelper.startPage(formDTO.getPageNo(), formDTO.getPageSize()); |
|
|
List<LingshanOfficeHallServiceRecordDTO> resultList = baseDao.pageList(formDTO.getCustomerId(), orgIdPath, formDTO.getCategoryCode(), formDTO.getContent(), formDTO.getSatisfication(), formDTO.getStartDate(), formDTO.getEndDate(), formDTO.getStatus()); |
|
|
List<LingshanOfficeHallServiceRecordDTO> resultList = baseDao.pageList(formDTO.getCustomerId(), orgIdPath, |
|
|
|
|
|
formDTO.getCategoryCode(), formDTO.getContent(), |
|
|
|
|
|
formDTO.getSatisfication(), |
|
|
|
|
|
formDTO.getApplicantStartDate(), formDTO.getApplicantEndDate(), |
|
|
|
|
|
formDTO.getCloseStartDate(), formDTO.getCloseEndDate(), |
|
|
|
|
|
formDTO.getStatus()); |
|
|
if (CollectionUtils.isNotEmpty(resultList)) { |
|
|
if (CollectionUtils.isNotEmpty(resultList)) { |
|
|
Result<Map<String, String>> categoryRes = adminOpenFeignClient.dictMap(DictTypeEnum.LINGSHAN_OFFICE_HALL_SERVICE_RECORD.getCode()); |
|
|
Result<Map<String, String>> categoryRes = adminOpenFeignClient.dictMap(DictTypeEnum.LINGSHAN_OFFICE_HALL_SERVICE_RECORD.getCode()); |
|
|
resultList.forEach(dto -> { |
|
|
resultList.forEach(dto -> { |
|
|