耗材重复扣取问题
This commit is contained in:
@@ -173,7 +173,7 @@ public class TaskScheduler {
|
||||
return randomMilliseconds;
|
||||
}
|
||||
|
||||
@Scheduled(fixedRate = 60000)
|
||||
@Scheduled(fixedRate = 60000 * 60)
|
||||
public void clearSongOrder() {
|
||||
log.info("定时任务执行,清楚过期歌曲订单");
|
||||
shopSongOrderService.clearExpireOrder();
|
||||
|
||||
Reference in New Issue
Block a user