| | |
| | | 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); |
| | | |
| | | |
| | | // 查询产量工时 |