集成AI软著商城接口
This commit is contained in:
parent
4c33d61f2b
commit
125a058d43
@ -27,7 +27,7 @@ public class WxPayResultCheckTask {
|
|||||||
iAccountRechargeStaticService = this.iAccountRechargeService;
|
iAccountRechargeStaticService = this.iAccountRechargeService;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Scheduled(fixedRate = 60*1000*2)
|
@Scheduled(fixedDelay = 60*1000*2)
|
||||||
public void close() {
|
public void close() {
|
||||||
// 关闭10分钟之前(未到账)的订单
|
// 关闭10分钟之前(未到账)的订单
|
||||||
List<AccountRechargeDTO> list = iAccountRechargeStaticService.getNotCloseRechargeList("微信");
|
List<AccountRechargeDTO> list = iAccountRechargeStaticService.getNotCloseRechargeList("微信");
|
||||||
@ -68,7 +68,7 @@ public class WxPayResultCheckTask {
|
|||||||
/**
|
/**
|
||||||
* 2分钟执行一次
|
* 2分钟执行一次
|
||||||
*/
|
*/
|
||||||
@Scheduled(fixedRate = 60*1000*2)
|
@Scheduled(fixedDelay = 60*1000*2)
|
||||||
public void getStatus() {
|
public void getStatus() {
|
||||||
// 查出来近10分钟(未到账)的订单
|
// 查出来近10分钟(未到账)的订单
|
||||||
List<AccountRechargeDTO> list = iAccountRechargeStaticService.getNotCheckRechargeList("微信");
|
List<AccountRechargeDTO> list = iAccountRechargeStaticService.getNotCheckRechargeList("微信");
|
||||||
|
Loading…
Reference in New Issue
Block a user