| | |
| | | |
| | | @Override |
| | | public IPage<AuxiliaryOriginalHoursDto> selectAuxiliaryOriginalHours(Page page, AuxiliaryOriginalHoursLookDto auxiliaryOriginalHoursLookDto) { |
| | | List<Long> ids = new ArrayList<>(); |
| | | List<Integer> ids = new ArrayList<>(); |
| | | String departLims = auxiliaryOriginalHoursLookDto.getDepartLims(); |
| | | auxiliaryOriginalHoursLookDto.setDepartLims(null); |
| | | String name = auxiliaryOriginalHoursLookDto.getName(); |
| | |
| | | if (StringUtils.isBlank(dto.getMonth())) { |
| | | throw new BaseException("缺少月份"); |
| | | } |
| | | List<Long> userIds = new ArrayList<>(); |
| | | List<Integer> userIds = new ArrayList<>(); |
| | | |
| | | String name = dto.getName(); |
| | | if (ObjectUtils.isNotEmpty(name)) { |