From f5b4c3f73615d6586b5f73451cc14caebee10cac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com>
Date: Mon, 15 Nov 2021 00:16:54 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E8=B4=A6=E6=88=B7=E9=80=BB?=
=?UTF-8?q?=E8=BE=91=E5=88=A0=E9=99=A4=E7=9A=84bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jshERP-boot/src/main/resources/mapper_xml/AccountMapperEx.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/jshERP-boot/src/main/resources/mapper_xml/AccountMapperEx.xml b/jshERP-boot/src/main/resources/mapper_xml/AccountMapperEx.xml
index 3ac600ea..920292a5 100644
--- a/jshERP-boot/src/main/resources/mapper_xml/AccountMapperEx.xml
+++ b/jshERP-boot/src/main/resources/mapper_xml/AccountMapperEx.xml
@@ -28,6 +28,7 @@
and serial_no like #{bindSerialNo}
+ and ifnull(delete_flag,'0') !='1'