出库预约业务类型查询;

This commit is contained in:
王奎兴
2026-08-20 17:34:43 +08:00
parent 694ed699ec
commit b415ed6fa0
@@ -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>