耗材重复扣取问题

This commit is contained in:
2024-07-12 14:03:27 +08:00
parent 989bdbad73
commit 1fd127023f
2 changed files with 10 additions and 8 deletions

View File

@@ -173,7 +173,7 @@ public class TaskScheduler {
return randomMilliseconds;
}
@Scheduled(fixedRate = 60000)
@Scheduled(fixedRate = 60000 * 60)
public void clearSongOrder() {
log.info("定时任务执行,清楚过期歌曲订单");
shopSongOrderService.clearExpireOrder();