|
|
@@ -373,6 +373,10 @@ public class AliPayCommonServiceImpl implements AliPayCommonService {
|
|
|
//默认跳转页
|
|
|
returnUrl = String.format("%s%s", envCommonService.getDomain(), BaseZfbConfig.DEFAULT_URL);
|
|
|
}
|
|
|
+ //退款后重新支付
|
|
|
+ if (orderDon.getStatus() == GoodsWholesaleUserDeposit.Status.refund) {
|
|
|
+ orderDon.setOrderNo(SEQUENCE.nextId().toString());
|
|
|
+ }
|
|
|
return builderPayParams(orderDon.getId(),
|
|
|
orderDon.getOrderNo(),
|
|
|
orderDon.getShopId(),
|