|
@@ -526,13 +526,16 @@ public class RealExamCollectionService extends Ele6RYBaseService {
|
|
|
return list.get(0);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 每天01:00定时执行
|
|
|
+ */
|
|
|
public void scheduledDeleteRefTypeSelfExercise() {
|
|
|
AjaxResult ar = deleteRefTypeSelfExercise();
|
|
|
l.debug("scheduledDeleteRefTypeSelfExercise {}", ar);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 每天01:00定时执行。删除所有 练习 的考试集合数据。
|
|
|
+ * 删除所有 练习 的考试集合数据。
|
|
|
*/
|
|
|
public AjaxResult deleteRefTypeSelfExercise() {
|
|
|
RealExamCollection q = new RealExamCollection();
|