| | |
| | | |
| | | @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)) { |
| | |
| | | DateTimeFormatter outputFormatter = DateTimeFormatter.ofPattern("yyyy-MM-dd"); |
| | | String beginDate = previousMonth26th.atStartOfDay().format(outputFormatter); |
| | | String endDate = currentMonth25th.atStartOfDay().format(outputFormatter); |
| | | // dto.setBeginDate(beginDate + " 00:00:00"); |
| | | // dto.setEndDate(endDate + " 23:59:59"); |
| | | dto.setBeginDate(beginDate); |
| | | dto.setEndDate(endDate); |
| | | dto.setBeginDate(beginDate + " 00:00:00"); |
| | | dto.setEndDate(endDate + " 23:59:59"); |
| | | dto.setAssistBeginDate(beginDate); |
| | | dto.setAssistEndDate(endDate); |
| | | |
| | | |
| | | // 查询产量工时 |