|
@@ -35,7 +35,7 @@ public class StartRunning implements CommandLineRunner {
|
|
|
public void run(String... args) throws Exception {
|
|
|
log.info("服务器启动时执行 start");
|
|
|
SystemConstant.initTempFiles();
|
|
|
- orgCenterDataDisposeService.updateSchoolInfo();
|
|
|
+// orgCenterDataDisposeService.updateSchoolInfo();
|
|
|
|
|
|
log.info("增加学校信息同步定时任务 start");
|
|
|
Map schoolJobMap = new HashMap();
|