提交 34ab3c4b authored 作者: aiqingguo's avatar aiqingguo

车辆层级配置

上级 7d6e1789
...@@ -60,7 +60,7 @@ public class AppIntegralTruckRuleVO { ...@@ -60,7 +60,7 @@ public class AppIntegralTruckRuleVO {
public String getIncomeMsg() { public String getIncomeMsg() {
if (incomeBegin == null && incomeEnd !=null) {return "日收益小于等于"+incomeEnd.toString()+"元";} if (incomeBegin == null && incomeEnd !=null) {return "日收益小于等于"+incomeEnd.toString()+"元";}
if (incomeEnd == null && incomeBegin !=null) {return "日收益大于等于"+incomeBegin.toString()+"元";} if (incomeEnd == null && incomeBegin !=null) {return "日收益大于等于"+incomeBegin.toString()+"元";}
return "日收益"+ incomeBegin.toString() + "元—" + incomeBegin.toString()+"元"; return "日收益"+ incomeBegin.toString() + "元—" + incomeEnd.toString()+"元";
} }
@ApiModelProperty(value = "创建时间", example = "") @ApiModelProperty(value = "创建时间", example = "")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论