build docker 构建镜像相关配置, all on one相关配置优化

This commit is contained in:
DaxPay
2024-12-06 16:46:27 +08:00
parent 31b50869b2
commit a48e37c7b7
12 changed files with 129 additions and 79 deletions

View File

@@ -127,6 +127,10 @@ public class CheckoutAssistService {
.setStatus(PayStatusEnum.WAIT.getCode())
.setRefundStatus(PayRefundStatusEnum.NO_REFUND.getCode())
.setExpiredTime(expiredTime)
.setAttach(checkoutParam.getAttach())
.setReqTime(checkoutParam.getReqTime())
.setNotifyUrl(checkoutParam.getNotifyUrl())
.setReturnUrl(checkoutParam.getReturnUrl())
.setRefundableBalance(checkoutParam.getAmount());
// 如果支持分账, 设置分账状态为待分账
if (order.getAllocation()) {