Commit a61b3604 by lzxry

无限流量判断

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