|
|
|
@@ -1461,7 +1461,7 @@ public class WxPayOrderServiceImpl implements WxPayOrderService { |
|
|
|
|
|
|
|
WxAppinfo appinfo = wxAppinfoService.getCAppInfo(order); |
|
|
|
|
|
|
|
if (record.getPayAmount().equals(0)) { |
|
|
|
if (record.getPayAmount().equals(order.getPayment())) { |
|
|
|
doCouponPayOrder(user, record, order); |
|
|
|
} else { |
|
|
|
throw new MallinkException(ErrorCode.PAY_ORDER_ERROR); |
|
|
|
|