Compare commits

..

No commits in common. "a3105c27ba2fa23d7debe917e024601981553621" and "f40781d4607466f753bbfbb65889c2f33c9c55fb" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

@ -106,9 +106,7 @@ public class PayController {
if (EPayStatus.PAID.getValue() == onlinePayment.getPayStatus()) {
return AjaxResult.error("该订单已支付");
}
if(ObjectUtil.isEmpty(onlinePayment.getPayMoney())){
return AjaxResult.error("当前订单已经发起过支付,如需再次购买,请重新下单!");
}
// 同一业务订单多次使用不同支付数据以最新一次为准
onlinePayment.setPayChannel(payChannel.getValue());
onlinePayment.setPayType(payType.getValue());