@@ -18,7 +18,7 @@ public class ScheduleJob {
/**
* 每天凌晨一点执行
*/
- @Scheduled(cron="0 0/5 * * * ?")
+ @Scheduled(cron="0 0 1 * * ?")
public void cleanDownloadPanorama() {
log.info("定时清除全景图压缩包开始");
sceneAsynOperLogService.cleanDownloadPanorama();