出库预约业务类型查询;
This commit is contained in:
@@ -134,6 +134,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
<if test="outOrderId != null ">
|
<if test="outOrderId != null ">
|
||||||
and a.out_order_id = #{outOrderId}
|
and a.out_order_id = #{outOrderId}
|
||||||
</if>
|
</if>
|
||||||
|
<if test="reserveBusinessType != null ">
|
||||||
|
and a.reserve_business_type = #{reserveBusinessType}
|
||||||
|
</if>
|
||||||
<if test="organizationId != null ">
|
<if test="organizationId != null ">
|
||||||
and a.organization_id = #{organizationId}
|
and a.organization_id = #{organizationId}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user