From 0238cf44892aed5c82ccb6f78499096907420643 Mon Sep 17 00:00:00 2001
From: zhaoqing <1670883518@qq.com>
Date: Wed, 22 Apr 2026 10:58:56 +0800
Subject: [PATCH] =?UTF-8?q?wms-=E6=8A=84=E7=A0=81=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../mapper/copyCodeReference/CopyCodeReferenceMapper.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/mhd_wms/src/main/resources/mapper/copyCodeReference/CopyCodeReferenceMapper.xml b/mhd_wms/src/main/resources/mapper/copyCodeReference/CopyCodeReferenceMapper.xml
index 1cc5b163b..6bf467ab9 100644
--- a/mhd_wms/src/main/resources/mapper/copyCodeReference/CopyCodeReferenceMapper.xml
+++ b/mhd_wms/src/main/resources/mapper/copyCodeReference/CopyCodeReferenceMapper.xml
@@ -84,6 +84,12 @@
del_flag
FROM copy_code_reference
WHERE del_flag = 1
+
+ AND top_organization_id = #{topOrganizationId}
+
+
+ AND organization_id = #{organizationId}
+
AND warehouse_id = #{warehouseId}