|
@@ -30,11 +30,11 @@ public class ScheduleJob {
|
|
|
scene3dNumService.generateSceneNumHandler();
|
|
|
}
|
|
|
|
|
|
-// /**
|
|
|
-// * 每隔十分钟拉取一次压缩包
|
|
|
-// */
|
|
|
-// @Scheduled(fixedDelay = 10*60*1000, initialDelay = 1000)
|
|
|
-// public void bd() {
|
|
|
-// gzZcdjzxService.bd();
|
|
|
-// }
|
|
|
+ /**
|
|
|
+ * 每隔十分钟拉取一次压缩包
|
|
|
+ */
|
|
|
+ @Scheduled(fixedDelay = 5*60*1000, initialDelay = 1000)
|
|
|
+ public void bd() {
|
|
|
+ gzZcdjzxService.bd();
|
|
|
+ }
|
|
|
}
|