@@ -349,7 +349,7 @@ public class ExamServiceImpl extends ServiceImpl<ExamDao, ExamEntity> implements
this.update(updateWrapper);
if (config.getEnableSyncVerify() != null && !config.getEnableSyncVerify()) {
- // batchService.batchVerifyCancel(user, config.getExamId());
+ batchService.batchVerifyCancel(user, config.getExamId());
}