定时任务时间修改

pull/1/head
czc 2 years ago
parent cd5f941072
commit 71b665465f

@ -29,7 +29,7 @@ public class OrderJob {
private OrderMapper orderMapper;
@Async
@Scheduled(cron = "20 20 10 * * ?")
@Scheduled(cron = "20 20 1 * * ?")
public void cancelOrder(){
log.info("【取消订单任务开始】");
QueryWrapper<Order> qw = new QueryWrapper<>();

Loading…
Cancel
Save