|
|
|
@ -94,9 +94,9 @@ public class GeneralQuestionLogService extends CoreBaseService<GeneralQuestionLo
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void logicdeleteBySettingIds(String settingIds){
|
|
|
|
|
public void logicDeleteBySettingIds(String settingIds){
|
|
|
|
|
try {
|
|
|
|
|
generalQuestionLogDao.logicdeleteBySettingIds(settingIds);
|
|
|
|
|
generalQuestionLogDao.logicDeleteBySettingIds(settingIds);
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
throw new PlatformException("批量删除通用做题日志失败", e);
|
|
|
|
|
}
|
|
|
|
@ -570,7 +570,7 @@ public class GeneralQuestionLogService extends CoreBaseService<GeneralQuestionLo
|
|
|
|
|
// 保证试卷是最新的
|
|
|
|
|
// 考试逻辑删除记录,作业或者章节测试都是直接删除记录。
|
|
|
|
|
if (setting.getGeneralQuestionSettingType().equals(EXAM)) {
|
|
|
|
|
logicdeleteBySettingIds(setting.getGeneralQuestionSettingId().toString());
|
|
|
|
|
logicDeleteBySettingIds(setting.getGeneralQuestionSettingId().toString());
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
deleteBySettingIds(setting.getGeneralQuestionSettingId().toString());
|
|
|
|
|