Update OrderTimeOutCancelTask.java

This commit is contained in:
macro 2024-06-03 17:19:31 +08:00
parent 466a796499
commit ea6f1c1429

View File

@ -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 * ? * ?")