集成AI软著商城接口
This commit is contained in:
parent
32dbd2488f
commit
c6187202e5
@ -55,6 +55,14 @@ public class WxPayResultCheckTask {
|
|||||||
iAccountRechargeStaticService.updateClose(dto.getAccountRechargeId());
|
iAccountRechargeStaticService.updateClose(dto.getAccountRechargeId());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// 关闭10分钟之前(未到账)的订单
|
||||||
|
List<AccountRechargeDTO> list3 = iAccountRechargeStaticService.getNotCloseRechargeList("对公转账");
|
||||||
|
for(AccountRechargeDTO dto : list2) {
|
||||||
|
if (dto.getRechargeCheck().equals("0")) { // 充值核对-1:已关闭,0:未充值,1:已充值/待核对,2:已确认到账
|
||||||
|
// 修改状态
|
||||||
|
iAccountRechargeStaticService.updateClose(dto.getAccountRechargeId());
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user