考勤统计
This commit is contained in:
parent
7d37b9b6aa
commit
41f700e256
@ -38,4 +38,11 @@ public class AttendanceController {
|
||||
return success(vo);
|
||||
}
|
||||
|
||||
// @PostMapping("/statistics")
|
||||
// @Operation(summary = "统计")
|
||||
// public CommonResult<AttendancePunchVO> statistics(@RequestBody AttendancePunchDTO dto) {
|
||||
// AttendancePunchVO vo = attendanceService.punch(dto);
|
||||
// return success(vo);
|
||||
// }
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user