Commit 438653b0 by 徐康

修复代码异常

parent aa6beca2
...@@ -1051,6 +1051,7 @@ public class OrderAdapter { ...@@ -1051,6 +1051,7 @@ public class OrderAdapter {
responseVo.setOrderPayType("银联礼品卡支付"); responseVo.setOrderPayType("银联礼品卡支付");
} else { } else {
responseVo.setOrderPayType("微信支付"); responseVo.setOrderPayType("微信支付");
}
if (ordersBean.getPayChannel() != null) { if (ordersBean.getPayChannel() != null) {
if ("10102".equals(ordersBean.getPayChannel())) { if ("10102".equals(ordersBean.getPayChannel())) {
responseVo.setOrderPayType("储值卡支付"); responseVo.setOrderPayType("储值卡支付");
......
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