mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-06 20:47:46 +00:00
fix 退款修复时完成时间为空, 通道退款订单可退余额不正确问题修复
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user