@@ -19,7 +19,7 @@ public class ScheduleJob {
* 执行时间:每天凌晨
* 删除条件:场景计算时间大于6个月且未删除过资源
*/
- @Scheduled(cron = "0 0 0 * * ?")
+// @Scheduled(cron = "0 0 0 * * ?")
public void sceneCleanResource() {
log.info("每天凌晨12:00开始执行定时任务:清除场景计算目录");
try {