Commit d34b61b5 by 刘继明

三方券拆分冲正fix

parent 07e9dfd6
......@@ -67,7 +67,7 @@ public class MultiRefundService {
if(orderClients.contains(orderClient)){
return true;
}
List<Integer> multiPayChannelType = Arrays.asList(3,8,10,50,51,52);
List<Integer> multiPayChannelType = Arrays.asList(3,8,10,50,51,52,53,54,55);
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