fix 退款修复时完成时间为空, 通道退款订单可退余额不正确问题修复

This commit is contained in:
bootx
2024-02-08 00:55:25 +08:00
parent 28b96cf822
commit 5ea91081eb
53 changed files with 924 additions and 129 deletions

View File

@@ -15,7 +15,6 @@ import cn.bootx.platform.daxpay.service.dto.order.refund.PayRefundOrderDto;
import cn.bootx.platform.daxpay.service.dto.order.refund.RefundChannelOrderDto;
import cn.bootx.platform.daxpay.service.param.order.PayOrderRefundParam;
import cn.bootx.platform.daxpay.service.param.order.PayRefundOrderQuery;
import cn.hutool.core.util.IdUtil;
import cn.hutool.extra.servlet.ServletUtil;
import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.tags.Tag;
@@ -74,7 +73,6 @@ public class PayRefundOrderController {
.orElse("未知");
RefundParam refundParam = new RefundParam();
refundParam.setRefundNo(IdUtil.getSnowflakeNextIdStr());
refundParam.setPaymentId(param.getPaymentId());
refundParam.setRefundChannels(param.getRefundChannels());
refundParam.setReqTime(LocalDateTime.now());