From 224239c1b0d7d245db78e02c736b682f4c846271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sat, 28 May 2022 13:32:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=95=86=E5=93=81=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E6=B5=81=E6=B0=B4=E8=AE=B0=E5=BD=95=E4=B8=AD=E6=9F=A5?= =?UTF-8?q?=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 82914623..5dc2b039 100644 --- a/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml +++ b/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml @@ -158,7 +158,7 @@ where ((dh.type!='其它' and dh.sub_type!='调拨') or (dh.type='其它' and dh.sub_type='组装单') or (dh.type='其它' and dh.sub_type='拆卸单') - or (dh.type='其它' and dh.sub_type='盘点复盘' and dh.Status=1)) + or (dh.type='其它' and dh.sub_type='盘点复盘')) and di.material_id = #{mId} and ifnull(dh.delete_flag,'0') !='1' ORDER BY oTime desc @@ -174,7 +174,7 @@ where ((dh.type!='其它' and dh.sub_type!='调拨') or (dh.type='其它' and dh.sub_type='组装单') or (dh.type='其它' and dh.sub_type='拆卸单') - or (dh.type='其它' and dh.sub_type='盘点复盘' and dh.Status=1)) + or (dh.type='其它' and dh.sub_type='盘点复盘')) and di.material_id =#{mId} and ifnull(dh.delete_flag,'0') !='1'