|
|
@@ -143,9 +143,9 @@ public class QhsePtwController {
|
|
|
return success(results);
|
|
|
}
|
|
|
|
|
|
- @GetMapping("/time")
|
|
|
+ @PostMapping("/time")
|
|
|
@PermitAll
|
|
|
- public CommonResult<Map<LocalDate, Long>> getTimeCount(QhsePtwPageReqVO pageReqVO) {
|
|
|
+ public CommonResult<Map<LocalDate, Long>> getTimeCount(@RequestBody QhsePtwPageReqVO pageReqVO) {
|
|
|
Long deptId = pageReqVO.getDeptId();
|
|
|
Set<Long> ids = new HashSet<>();
|
|
|
if (Objects.nonNull(deptId)) {
|