Commit 26353219 authored by 周健威's avatar 周健威

修改代码

parent d627fd96
...@@ -254,7 +254,7 @@ public class RentVehicleController extends BaseController<VehicleBiz> implements ...@@ -254,7 +254,7 @@ public class RentVehicleController extends BaseController<VehicleBiz> implements
rbd.setBookEndDateTime(dto.getEndDateTime()); rbd.setBookEndDateTime(dto.getEndDateTime());
rbd.setCatas2(dto.getCatas()); rbd.setCatas2(dto.getCatas());
rbd.setGoodsType(dto.getGoodsType()); rbd.setGoodsType(dto.getGoodsType());
rbd.setRecordIntersection(Boolean.TRUE); rbd.setRecordIntersection(Boolean.FALSE);
rbd.setYearNo4Where(Boolean.TRUE); rbd.setYearNo4Where(Boolean.TRUE);
//查询可车辆信息 //查询可车辆信息
PageDataVO<UsableVeicleVO> pageDataVO = vehicleBiz.searchUsableVehicle(rbd); PageDataVO<UsableVeicleVO> pageDataVO = vehicleBiz.searchUsableVehicle(rbd);
......
...@@ -1251,6 +1251,7 @@ ...@@ -1251,6 +1251,7 @@
</if> </if>
and v.is_del = 0 and v.is_del = 0
and v.status != 3 and v.status != 3
and v.state = 1
<if test="useType != null"> <if test="useType != null">
and v.use_type = #{useType} and v.use_type = #{useType}
</if> </if>
......
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