zouxuan 5 سال پیش
والد
کامیت
9a349f844e
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      mec-web/src/main/java/com/ym/mec/web/controller/student/StudentAttendanceController.java

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