mirror of
https://github.com/macrozheng/mall.git
synced 2025-06-27 04:20:01 +00:00
Update OrderTimeOutCancelTask.java
This commit is contained in:
parent
466a796499
commit
ea6f1c1429
@ -18,7 +18,7 @@ public class OrderTimeOutCancelTask {
|
||||
private OmsPortalOrderService portalOrderService;
|
||||
|
||||
/**
|
||||
* cron表达式:Seconds Minutes Hours DayofMonth Month DayofWeek [Year]
|
||||
* cron表达式:Seconds Minutes Hours DayOfMonth Month DayOfWeek [Year]
|
||||
* 每10分钟扫描一次,扫描超时未支付订单,进行取消操作
|
||||
*/
|
||||
@Scheduled(cron = "0 0/10 * ? * ?")
|
||||
|
Loading…
x
Reference in New Issue
Block a user