Selaa lähdekoodia

feat:服务指标调整

Joburgess 4 vuotta sitten
vanhempi
commit
f2c7487913

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/service/impl/StudentServeServiceImpl.java

@@ -329,7 +329,7 @@ public class StudentServeServiceImpl implements StudentServeService {
         }
 
         if(weekInHoliday){
-            studentExtracurricularExercisesSituationDao.deleteByMonday(monDayDate.toString(), studentIds);
+            studentExtracurricularExercisesSituationDao.deleteByMonday(monDayDate.toString(), null);
             return;
         }