zouxuan 5 år sedan
förälder
incheckning
9a349f844e

+ 2 - 2
mec-web/src/main/java/com/ym/mec/web/controller/student/StudentAttendanceController.java

@@ -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("参数校验失败");
         }