Commit ea6f1c14 authored by macro's avatar macro
Browse files

Update OrderTimeOutCancelTask.java

parent 466a7964
...@@ -18,7 +18,7 @@ public class OrderTimeOutCancelTask { ...@@ -18,7 +18,7 @@ public class OrderTimeOutCancelTask {
private OmsPortalOrderService portalOrderService; private OmsPortalOrderService portalOrderService;
/** /**
* cron表达式:Seconds Minutes Hours DayofMonth Month DayofWeek [Year] * cron表达式:Seconds Minutes Hours DayOfMonth Month DayOfWeek [Year]
* 每10分钟扫描一次,扫描超时未支付订单,进行取消操作 * 每10分钟扫描一次,扫描超时未支付订单,进行取消操作
*/ */
@Scheduled(cron = "0 0/10 * ? * ?") @Scheduled(cron = "0 0/10 * ? * ?")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment