Commit 958b2d8f authored by unset's avatar unset

新增车辆价格信息表和节假日价格信息表

parent 237b290c
...@@ -1162,7 +1162,7 @@ public class VehicleBiz extends BaseBiz<VehicleMapper, Vehicle> implements UserR ...@@ -1162,7 +1162,7 @@ public class VehicleBiz extends BaseBiz<VehicleMapper, Vehicle> implements UserR
if (companyList != null && companyList.size() > 0) { if (companyList != null && companyList.size() > 0) {
params.put("companyList", companyList); params.put("companyList", companyList);
} else { } else {
params.put("companyList", Arrays.asList(-1)); params.put("companyList", null);
} }
PageHelper.startPage(pageNo, pageSize); PageHelper.startPage(pageNo, pageSize);
List<ResultVehicleVo> vehicles = mapper.getByPageNotAllData(params); List<ResultVehicleVo> vehicles = mapper.getByPageNotAllData(params);
......
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