| | |
| | | |
| | | @Override |
| | | public IPage<AuxiliaryCorrectionHoursDto> selectAuxiliaryCorrectionHours(Page page, AuxiliaryCorrectionHoursDto auxiliaryCorrectionHoursDto) { |
| | | List<Long> ids = new ArrayList<>(); |
| | | List<Integer> ids = new ArrayList<>(); |
| | | String departLims = auxiliaryCorrectionHoursDto.getDepartLims(); |
| | | auxiliaryCorrectionHoursDto.setDepartLims(null); |
| | | if (ObjectUtils.isNotEmpty(departLims)) { |
| | |
| | | if (ids.size() == 0) { |
| | | ids = null; |
| | | } |
| | | return auxiliaryCorrectionHoursMapper.selectAuxiliaryCorrectionHours(page, QueryWrappers.queryWrappers(auxiliaryCorrectionHoursDto).eq("month", auxiliaryCorrectionHoursDto.getMonth()), ids); |
| | | return auxiliaryCorrectionHoursMapper.selectAuxiliaryCorrectionHours(page, QueryWrappers.queryWrappers(auxiliaryCorrectionHoursDto) |
| | | .eq("month", auxiliaryCorrectionHoursDto.getMonth()), ids); |
| | | } |
| | | |
| | | //导入上传 |