Commit 65945f03 by ping.wu

Merge branches 'feature/20210830_礼品卡支付_wuping' and 'qa' of…

Merge branches 'feature/20210830_礼品卡支付_wuping' and 'qa' of http://gitlab.freemud.com/order-group-application/order-group into qa
parents 237f417b 0f79647d
......@@ -3650,7 +3650,7 @@ public class OrderServiceImpl implements Orderservice {
orderPayResponse.setFmId(pt.getTransId());
orderPayResponse.setPayTransId(pt.getTransId());
PayChannelType payChannelType = PayChannelType.getByEbcode(pt.getEbCode());
if(pt.getCardType() != null && pt.getCardType() == 3){
if(pt.getCardType() != null && pt.getCardType() == 0){
payChannelType = PayChannelType.GIFTCARD;
}
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