Commit a464d3de by kangxiaoshan

先回款

parent 8098c69b
...@@ -1746,7 +1746,7 @@ public class ContractServiceImpl implements ContractService { ...@@ -1746,7 +1746,7 @@ public class ContractServiceImpl implements ContractService {
if(packageType!=null){ if(packageType!=null){
String flow = packageType.getTrackFlow().intValue()<0?"无限制": packageType.getTrackFlow().intValue()/10000+"万/年"; String flow = packageType.getTrackFlow().intValue()<0?"无限制": packageType.getTrackFlow().intValue()/10000+"万/年";
cm.setPackageName(packageType.getPackageName()+": 流量"+flow+", APP"+packageType.getAppNum()+"个"); cm.setPackageName(packageType.getPackageName()+": 流量"+flow+" APP"+packageType.getAppNum()+"个");
}else{ }else{
cm.setPackageName(""); cm.setPackageName("");
......
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