|
@@ -97,10 +97,10 @@ public class JobServiceImpl implements JobService {
|
|
examPrintPlanService.saveOrUpdateBatch(examPrintPlanList);
|
|
examPrintPlanService.saveOrUpdateBatch(examPrintPlanList);
|
|
|
|
|
|
// 2021-05-20 同步数据到云阅卷
|
|
// 2021-05-20 同步数据到云阅卷
|
|
- SysConfig sysConfig = sysConfigService.getByKey("sys.code.enable");
|
|
|
|
- if (Objects.nonNull(sysConfig) && sysConfig.getConfigValue() == "true") {
|
|
|
|
- dataSyncService.syncToCloudReview();
|
|
|
|
- }
|
|
|
|
|
|
+// SysConfig sysConfig = sysConfigService.getByKey("sys.code.enable");
|
|
|
|
+// if (Objects.nonNull(sysConfig) && sysConfig.getConfigValue() == "true") {
|
|
|
|
+// dataSyncService.syncToCloudReview();
|
|
|
|
+// }
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|