wms-抄码添加查询条件
This commit is contained in:
@@ -84,6 +84,12 @@
|
||||
del_flag
|
||||
FROM copy_code_reference
|
||||
WHERE del_flag = 1
|
||||
<if test="topOrganizationId != null">
|
||||
AND top_organization_id = #{topOrganizationId}
|
||||
</if>
|
||||
<if test="organizationId != null">
|
||||
AND organization_id = #{organizationId}
|
||||
</if>
|
||||
<if test="warehouseId != null">
|
||||
AND warehouse_id = #{warehouseId}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user