todolist get order by code
This commit is contained in:
parent
44352c5b68
commit
f30e571a10
|
|
@ -149,6 +149,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="orderStatus != null and orderStatus != ''">
|
<if test="orderStatus != null and orderStatus != ''">
|
||||||
AND hh.order_status = #{orderStatus}
|
AND hh.order_status = #{orderStatus}
|
||||||
</if>
|
</if>
|
||||||
|
<if test="code != null and code != ''">
|
||||||
|
AND moi.code = #{code}
|
||||||
|
</if>
|
||||||
<if test="startTime != null and endTime != null ">
|
<if test="startTime != null and endTime != null ">
|
||||||
AND ((hh.rent_begin_time BETWEEN #{startTime} AND #{endTime})
|
AND ((hh.rent_begin_time BETWEEN #{startTime} AND #{endTime})
|
||||||
OR (hh.rent_end_time BETWEEN #{startTime} AND #{endTime})
|
OR (hh.rent_end_time BETWEEN #{startTime} AND #{endTime})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue