集成AI软著商城接口

This commit is contained in:
java_cuibaocheng@163.com 2024-05-24 09:07:20 +08:00
parent 4c33d61f2b
commit 125a058d43

View File

@ -27,7 +27,7 @@ public class WxPayResultCheckTask {
iAccountRechargeStaticService = this.iAccountRechargeService;
}
@Scheduled(fixedRate = 60*1000*2)
@Scheduled(fixedDelay = 60*1000*2)
public void close() {
// 关闭10分钟之前(未到账)的订单
List<AccountRechargeDTO> list = iAccountRechargeStaticService.getNotCloseRechargeList("微信");
@ -68,7 +68,7 @@ public class WxPayResultCheckTask {
/**
* 2分钟执行一次
*/
@Scheduled(fixedRate = 60*1000*2)
@Scheduled(fixedDelay = 60*1000*2)
public void getStatus() {
// 查出来近10分钟(未到账)的订单
List<AccountRechargeDTO> list = iAccountRechargeStaticService.getNotCheckRechargeList("微信");