yin 8 сар өмнө
parent
commit
4ea3877ea1

+ 1 - 1
src/main/java/cn/com/qmth/scancentral/service/impl/ExamServiceImpl.java

@@ -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());
         }
     }