|
@@ -25,8 +25,8 @@ public class StudentAttendanceController extends BaseController {
|
|
|
private ClassGroupService classGroupService;
|
|
|
|
|
|
//修复逻辑:是连堂课,有签退记录,某个月,遍历有学员签到记录的每节课
|
|
|
- @GetMapping("/fuckYou")
|
|
|
- public void fuckYou(Integer month) {
|
|
|
+ @GetMapping("/repairStudentAttendance")
|
|
|
+ public void repairStudentAttendance(Integer month) {
|
|
|
if(month == null){
|
|
|
throw new BizException("参数校验失败");
|
|
|
}
|