zouxuan преди 3 години
родител
ревизия
2ade35efe7
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      mec-web/src/main/java/com/ym/mec/web/controller/student/StudentAttendanceController.java

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

@@ -72,5 +72,4 @@ public class StudentAttendanceController extends BaseController {
         studentAttendanceService.updateStudentAttendances(studentAttendanceInfo);
         return succeed();
     }
-
 }