Commit 0f79647d by ping.wu

礼品卡支付判断

parent 522099b9
...@@ -3638,7 +3638,7 @@ public class OrderServiceImpl implements Orderservice { ...@@ -3638,7 +3638,7 @@ public class OrderServiceImpl implements Orderservice {
orderPayResponse.setFmId(pt.getTransId()); orderPayResponse.setFmId(pt.getTransId());
orderPayResponse.setPayTransId(pt.getTransId()); orderPayResponse.setPayTransId(pt.getTransId());
PayChannelType payChannelType = PayChannelType.getByEbcode(pt.getEbCode()); PayChannelType payChannelType = PayChannelType.getByEbcode(pt.getEbCode());
if(pt.getCardType() != null && pt.getCardType() == 3){ if(pt.getCardType() != null && pt.getCardType() == 0){
payChannelType = PayChannelType.GIFTCARD; payChannelType = PayChannelType.GIFTCARD;
} }
orderPayResponse.setPayChannelType(payChannelType); orderPayResponse.setPayChannelType(payChannelType);
......
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