发31
This commit is contained in:
@@ -847,7 +847,7 @@
|
|||||||
|
|
||||||
SELECT in_order_number FROM reservation_stock_in_order
|
SELECT in_order_number FROM reservation_stock_in_order
|
||||||
WHERE in_order_number LIKE concat(#{prefix}, '%')
|
WHERE in_order_number LIKE concat(#{prefix}, '%')
|
||||||
AND
|
|
||||||
<if test="organizationId != null">
|
<if test="organizationId != null">
|
||||||
AND organization_id = #{organizationId}
|
AND organization_id = #{organizationId}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user