|
@@ -247,7 +247,7 @@ public class YppService {
|
|
refundParam2Model.setBuyShopAmount(BigDecimal.valueOf(Double.parseDouble(kfcRefundAmount)));
|
|
refundParam2Model.setBuyShopAmount(BigDecimal.valueOf(Double.parseDouble(kfcRefundAmount)));
|
|
refundParam2Model.setUseShopAmount(BigDecimal.ZERO);
|
|
refundParam2Model.setUseShopAmount(BigDecimal.ZERO);
|
|
refundParam2Model.setPlatformAmount(BigDecimal.ZERO);
|
|
refundParam2Model.setPlatformAmount(BigDecimal.ZERO);
|
|
- refundParam2Model.setOrderType(OrderType.PASS_WITHDRAW);
|
|
|
|
|
|
+ refundParam2Model.setOrderType(OrderType.APPLY_REFUNDING);
|
|
|
|
|
|
try {
|
|
try {
|
|
paymentService2.auditRefund(refundParam2Model);
|
|
paymentService2.auditRefund(refundParam2Model);
|