Commit 7b1b880b by rui.zhu

Merge branch 'master' into qa

parents 5702d44a c2fc4bc7
......@@ -67,7 +67,7 @@ public class MultiRefundService {
if(orderClients.contains(orderClient)){
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){
//有储值卡支付,调混合支付退款
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