Crunchy
2024-05-09 525c64ef476b367b3ded1b9205788a183c2e810b
performance-server/src/main/java/com/yuanchu/mom/controller/PerformanceShiftController.java
@@ -37,7 +37,7 @@
    @ApiOperation(value = "绩效管理-班次-分页查询")
    @PostMapping("page")
    public Result<?> performanceShiftPage(Integer size, Integer current, LocalDateTime time, String userName, String laboratory) {
    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));
    }