From 585284cfa3ec7e49cb9ad6ce3db84f56547a11e5 Mon Sep 17 00:00:00 2001
From: jishenghua <752718920@qq.com>
Date: Wed, 4 Sep 2024 22:42:55 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=BA=93=E5=AD=98=E6=B5=81?=
=?UTF-8?q?=E6=B0=B4=E6=8E=A5=E5=8F=A3=E9=80=BB=E8=BE=91=E7=9A=84sql?=
=?UTF-8?q?=E6=9F=A5=E8=AF=A2bug?=
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 67e7ec29..7cd5becb 100644
--- a/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml
+++ b/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml
@@ -253,7 +253,7 @@
and (dh.sub_type!='采购' and dh.sub_type!='采购退货' and dh.sub_type!='销售' and dh.sub_type!='销售退货')
-
+
and di.depot_id in (
#{depotId}
)
@@ -284,7 +284,7 @@
select dh.number from jsh_depot_head dh
left join jsh_depot_item di on dh.id=di.header_id and ifnull(di.delete_flag,'0') !='1'
where dh.type='出库' and dh.sub_type='调拨'
-
+
and di.another_depot_id in (
#{depotId}
)