Commit a9253aea authored by hezhen's avatar hezhen

123

parent 6cab61d6
...@@ -28,11 +28,11 @@ public class BaseOrderRevenueVo extends BaseOrderRevenue { ...@@ -28,11 +28,11 @@ public class BaseOrderRevenueVo extends BaseOrderRevenue {
if (StringUtils.isNotBlank(type)) { if (StringUtils.isNotBlank(type)) {
String[] values = type.split(","); String[] values = type.split(",");
List<String> list = Arrays.asList(values); List<String> list = Arrays.asList(values);
if (list.contains(CompanyWalletSourceEnum.VEHICLE.getCode())) { if (list.contains(CompanyWalletSourceEnum.VEHICLE.getCode()+"")) {
showTypeStr = "租赁费"; showTypeStr = "租赁费";
} else if (list.contains(CompanyWalletSourceEnum.WATER.getCode())) { } else if (list.contains(CompanyWalletSourceEnum.WATER.getCode()+"")) {
showTypeStr = "租赁费+上级拥金"; showTypeStr = "租赁费+上级拥金";
} else if (list.contains(CompanyWalletSourceEnum.REGULATION.getCode())) { } else if (list.contains(CompanyWalletSourceEnum.REGULATION.getCode()+"")) {
showTypeStr = "违章金"; showTypeStr = "违章金";
} }
} }
......
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