Commit aed59087 by lzxry

不限量套餐id

parent f8d9a91c
...@@ -132,7 +132,7 @@ public class ShareIncomeServiceImpl implements ShareIncomeService { ...@@ -132,7 +132,7 @@ public class ShareIncomeServiceImpl implements ShareIncomeService {
switch (ContractBranchUtil.getValue(platform)){ switch (ContractBranchUtil.getValue(platform)){
case "type_one":this.shareIncome4Contract(v, start, end);break; case "type_one":this.shareIncome4Contract(v, start, end);break;
case "type_two": case "type_two":
if(v.getPriceLevel()==16){ if(v.getPriceLevel()==20){
//TKIO不限量套餐 //TKIO不限量套餐
this.shareIncome4Contract(v, start, end); this.shareIncome4Contract(v, start, end);
}else{ }else{
......
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