From ff21b5851f312da78e5318af03bb704ecef1007e Mon Sep 17 00:00:00 2001
From: jishenghua <752718920@qq.com>
Date: Sun, 26 May 2024 13:51:42 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=BB=93=E5=BA=93=E4=B8=BA?=
=?UTF-8?q?=E7=A9=BA=E7=9A=84=E6=97=B6=E5=80=99=E5=AE=9E=E6=97=B6=E5=BA=93?=
=?UTF-8?q?=E5=AD=98=E6=9F=A5=E8=AF=A2=E7=9A=84bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper_xml/DepotItemMapperEx.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml b/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml
index 96fec126..fd163f88 100644
--- a/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml
+++ b/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml
@@ -173,7 +173,7 @@
and (dh.sub_type!='采购' and dh.sub_type!='采购退货' and dh.sub_type!='销售' and dh.sub_type!='销售退货')
-
+
and di.depot_id in (
#{depotId}
)
@@ -210,7 +210,7 @@
left join jsh_material m on di.material_id=m.id and ifnull(m.delete_flag,'0') !='1'
left join jsh_material_extend me on me.id=di.material_extend_id and ifnull(me.delete_Flag,'0') !='1'
where dh.type='出库' and dh.sub_type='调拨'
-
+
and di.another_depot_id in (
#{depotId}
)