|
@@ -16,10 +16,10 @@ public class ScheduleJob {
|
|
|
@Autowired
|
|
|
ISceneDownLoadService sceneDownLoadService;
|
|
|
|
|
|
-// @Scheduled(cron = "0/5 * * * * ? ")
|
|
|
-// public void job4SceneDownload() throws Exception {
|
|
|
-// sceneDownLoadService.process();
|
|
|
-// }
|
|
|
+ @Scheduled(cron = "0/5 * * * * ? ")
|
|
|
+ public void job4SceneDownload() throws Exception {
|
|
|
+ sceneDownLoadService.process();
|
|
|
+ }
|
|
|
|
|
|
@Scheduled(cron = "0/5 * * * * ? ")
|
|
|
public void job4SceneV3Download() throws Exception {
|