@@ -43,7 +43,7 @@ public class ScheduleJob {
/**
* 清除异步批量下载全景图OSS压缩包
*/
- @Scheduled(cron="0 0/10 1 * * ?")
+ @Scheduled(cron="0 0/10 * * * ?")
public void cleanDownloadModel() {
log.info("定时清除模型压缩包开始");
sceneAsynOperLogService.cleanDownloadOssPage(SceneAsynFuncType.MODEL.code(), 1);