网页支付过滤条件

back_recharge
zhangshanxue 2020-09-27 18:03:38 +08:00
parent 9ad1f39f5b
commit c7e179ba55
2 changed files with 13 additions and 0 deletions

View File

@ -248,6 +248,9 @@ public class MongoUtil {
} else {
if (!value.equals(o2.get(key))) {
builder.append("type22222:o1 k-v= [" + key + ":" + value + "]\r\n");
if(o2.get(key).toString().contains("expeditionManager")){
break;
}
builder2.append("type22222:o2 k-v= [" + key + ":" + o2.get(key) + "]\r\n");
is = false;
}

View File

@ -842,6 +842,16 @@ public class BuyGoodsLogic {
if(ids.size()==0){
continue;
}
} else if(sRechargeCommodityConfig.getType() == 8){
if(rechargeInfo.getGoodsDurationMap().containsKey(78)||rechargeInfo.getGoodsDurationMap().containsKey(80));
{
continue;
}
}else if(sRechargeCommodityConfig.getType() ==9){
if(rechargeInfo.getGoodsDurationMap().containsKey(79)||rechargeInfo.getGoodsDurationMap().containsKey(81));
{
continue;
}
}