Commit 70d5d840 authored by hezhen's avatar hezhen

Merge branch 'dev-tiande' of http://113.105.137.151:22280/youjj/cloud-platform into dev-tiande

parents c179a05f bb4ae165
......@@ -174,4 +174,19 @@ public class AddOrUpdateVehicleVo {
//可用会员类型
private Integer memberUse;
/**
* 车辆状况:1、全新,2、9成新,3、8成新,4、7成新
*/
private Integer vehicleStatus;
/**
* 车身状况:1、无剐蹭,2、微瑕疵,3、无瑕疵
*/
private Integer vehicleBodyStatus;
/**
* 内饰:1、全新,2、9成新,3、8成新,4、7成新
*/
private Integer vehicleInnerStatus;
}
\ No newline at end of file
......@@ -1162,7 +1162,7 @@ public class VehicleBiz extends BaseBiz<VehicleMapper, Vehicle> implements UserR
if (companyList != null && companyList.size() > 0) {
params.put("companyList", companyList);
} else {
params.put("companyList", Arrays.asList(-1));
params.put("companyList", null);
}
PageHelper.startPage(pageNo, pageSize);
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