Commit fa50e15d by 刘继明

Merge branch 'feature/jimmy/20240711-三方券支付方式拆分' into qa

parents 1fa4cce0 d34b61b5
......@@ -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