更改定时任务

This commit is contained in:
1215525055@qq.com 2025-03-17 11:36:42 +08:00
parent b5a631be9a
commit d9d4e51e5a

View File

@ -42,7 +42,7 @@ public class WxPayResultCheckTask {
/** /**
* 线上微信近10分钟未核对的订单 * 线上微信近10分钟未核对的订单
*/ */
@Scheduled(fixedDelay = 60 * 1000 * 1) /*@Scheduled(fixedDelay = 60 * 1000 * 1)
public void updateWxStatus() { public void updateWxStatus() {
LOG.debug("检查微信近3分钟未核对的订单"); LOG.debug("检查微信近3分钟未核对的订单");
// 未充值的订单 // 未充值的订单
@ -56,13 +56,13 @@ public class WxPayResultCheckTask {
} }
} }
}); });
} }*/
/** /**
* 线上支付宝近10分钟未核对的订单 * 线上支付宝近10分钟未核对的订单
*/ */
@Scheduled(fixedDelay = 60 * 1000 * 1) /*@Scheduled(fixedDelay = 60 * 1000 * 1)
public void updateZfbStatus() { public void updateZfbStatus() {
LOG.debug("检查支付宝近3分钟未核对的订单"); LOG.debug("检查支付宝近3分钟未核对的订单");
// 未充值的订单 // 未充值的订单
@ -76,7 +76,7 @@ public class WxPayResultCheckTask {
} }
} }
}); });
} }*/
/** /**
* 超过10分钟未支付的关闭 * 超过10分钟未支付的关闭