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