value
2024-05-09 7e51076a4cccc27df31bcdd98ca14c2f9d4928e9
performance-server/src/main/java/com/yuanchu/mom/controller/PerformanceShiftController.java
@@ -36,8 +36,8 @@
    }
    @ApiOperation(value = "绩效管理-班次-分页查询")
    @GetMapping("page")
    public Result<?> performanceShiftPage(Integer size, Integer current, LocalDateTime time, String userName, String laboratory) {
    @PostMapping("page")
    public Result<?> performanceShiftPage(Integer size, Integer current, String time, String userName, String laboratory) {
        return Result.success(performanceShiftService.performanceShiftPage(new Page<>(current, size), time, userName, laboratory));
    }