Commit a1d5252b by rui.zhu

Merge branch 'master' into develop

parents 850eff85 c2fc4bc7
...@@ -67,7 +67,7 @@ public class MultiRefundService { ...@@ -67,7 +67,7 @@ public class MultiRefundService {
if(orderClients.contains(orderClient)){ if(orderClients.contains(orderClient)){
return true; return true;
} }
List<Integer> multiPayChannelType = Arrays.asList(3,10,50,51,52); List<Integer> multiPayChannelType = Arrays.asList(3,8,10,50,51,52);
for(OrderPayItemResp orderPayItemResp : orderPayItems){ for(OrderPayItemResp orderPayItemResp : orderPayItems){
//有储值卡支付,调混合支付退款 //有储值卡支付,调混合支付退款
if(multiPayChannelType.contains(orderPayItemResp.getPayChannelType())){ if(multiPayChannelType.contains(orderPayItemResp.getPayChannelType())){
......
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