@@ -183,7 +183,7 @@ public class Scheduler {
/**
* spotify 注册
*/
- @Scheduled(cron = "0 0/5 * * * ?")
+ //@Scheduled(cron = "0 0/5 * * * ?")
public void spotify() {
synchronized (this){
List<RegisterOrderDon> spotify = registerOrderDonMapper.selectList(Wrappers.lambdaQuery(RegisterOrderDon.class)