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

修复车辆查询问题

parent 1c988e91
......@@ -1192,7 +1192,7 @@
* 原(大于预约结束时间,小于预约开始时间的预约记录)
* 相交叉(大于预约开始时间,小于预约结束时间的预约记录)
-->
<if test="recordIntersection == null ">
<if test="recordIntersection == null or recordIntersection != true">
left join (
<include refid="aroundBookRecord"></include>
) abr on v.`id` = abr.vehicle_id
......
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