Crunchy
2024-05-08 4e8ab7fce0fe3d46be2cf480019b18c192f09c35
2024-5-8 绩效管理-班次后端开发完成
已修改1个文件
2 ■■■ 文件已修改
performance-server/src/main/java/com/yuanchu/mom/controller/PerformanceShiftController.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
performance-server/src/main/java/com/yuanchu/mom/controller/PerformanceShiftController.java
@@ -36,7 +36,7 @@
    }
    @ApiOperation(value = "绩效管理-班次-分页查询")
    @GetMapping("page")
    @PostMapping("page")
    public Result<?> performanceShiftPage(Integer size, Integer current, LocalDateTime time, String userName, String laboratory) {
        return Result.success(performanceShiftService.performanceShiftPage(new Page<>(current, size), time, userName, laboratory));
    }