删除订单 暂停

This commit is contained in:
wangw 2025-05-23 13:54:11 +08:00
parent 807ee067d3
commit 1f766cc8df
1 changed files with 1 additions and 1 deletions

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();
}