From e441473220cbdebcc72c34375fdec56b2fc8a1aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Fri, 22 Apr 2022 21:39:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=AE=A2=E6=88=B7=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E6=97=B6=E6=95=B0=E6=8D=AE=E5=BC=82=E5=B8=B8=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-boot/src/main/resources/mapper_xml/SupplierMapperEx.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jshERP-boot/src/main/resources/mapper_xml/SupplierMapperEx.xml b/jshERP-boot/src/main/resources/mapper_xml/SupplierMapperEx.xml index 78d95ae3..6943e1fc 100644 --- a/jshERP-boot/src/main/resources/mapper_xml/SupplierMapperEx.xml +++ b/jshERP-boot/src/main/resources/mapper_xml/SupplierMapperEx.xml @@ -87,5 +87,6 @@ select * from jsh_supplier where supplier = #{supplier} and type = #{type} + and ifnull(delete_flag,'0') !='1' \ No newline at end of file