Commit 8a754257 by vega

Merge branch 'feature/1.9.36-新增银联礼品卡支付-肖家炜' into develop

parents 27b826a1 de370d41
......@@ -2176,7 +2176,7 @@ public class OrderServiceImpl implements Orderservice {
if (baseEditResponse != null) {
return baseEditResponse;
}
if (totalAmount > 0 && StringUtils.isBlank(cardCode)) {
if (totalAmount > 0 && StringUtils.isBlank(cardCode) && Objects.isNull(createPrepayRequestDto.getUnionPayCard())) {
createOrderResponse.setPaySuccess(false);
} else {
createOrderResponse.setPaySuccess(true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment