Commit 114026e4 by rui.zhu

修复礼品卡申请退款,无法通过退款

parent 05359cb9
......@@ -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