删除订单 暂停
This commit is contained in:
parent
807ee067d3
commit
1f766cc8df
|
|
@ -37,7 +37,7 @@ public class OrderTask {
|
|||
@Resource
|
||||
private PayDetailsDao payDetailsDao;
|
||||
|
||||
@Scheduled(cron = "0 1 * * * ? ")
|
||||
// @Scheduled(cron = "0 1 * * * ? ")
|
||||
public void record() {
|
||||
record1();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue