删除订单 暂停

This commit is contained in:
2025-05-23 13:54:11 +08:00
parent 807ee067d3
commit 1f766cc8df

View File

@@ -37,7 +37,7 @@ public class OrderTask {
@Resource
private PayDetailsDao payDetailsDao;
@Scheduled(cron = "0 1 * * * ? ")
// @Scheduled(cron = "0 1 * * * ? ")
public void record() {
record1();
}