Merge remote-tracking branch 'origin/dev_WMS20260401' into dev_WMS20260401

This commit is contained in:
zhou-hongcheng
2026-04-22 11:02:32 +08:00
3 changed files with 55 additions and 20 deletions
@@ -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>