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