Commit ee990f0e authored by zhengyi's avatar zhengyi

sql修正

parent 3bde27ab
......@@ -7572,7 +7572,7 @@
where o.deleted = 0 and o.in_warehouse_state != 211 and o.in_warehouse_state != 208 and o.status != 10 and
op.deleted = 0
<if test="query.beginPickUpTime != null and query.endPickUpTime != null ">
AND op.`create_time` between #{query.beginPickUpTime} and #{query.endPickUpTime})
AND op.`create_time` between #{query.beginPickUpTime} and #{query.endPickUpTime}
</if>
<if test="query.deptId != null ">
AND o.dept_id = #{query.deptId}
......
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