From b3a673e9838fe9cde527b1201b302d4cc1dd5ff2 Mon Sep 17 00:00:00 2001 From: yefei Date: Wed, 25 Oct 2023 10:14:27 +0800 Subject: [PATCH] =?UTF-8?q?ariesy=20=E5=8E=BB=E9=99=A4=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E7=A8=8E=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dxhy-core/src/main/resources/mapper/ConfirmDao.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dxhy-core/src/main/resources/mapper/ConfirmDao.xml b/dxhy-core/src/main/resources/mapper/ConfirmDao.xml index 7606fef6..7e108f48 100644 --- a/dxhy-core/src/main/resources/mapper/ConfirmDao.xml +++ b/dxhy-core/src/main/resources/mapper/ConfirmDao.xml @@ -6,9 +6,12 @@ select distinct g.taxno, g.db_name, g.company, g.ace_id, g.ace_key, g.taxname from sys_dept g where g.org_type = '5' - and cj_status = '1' - and g.ace_id is not null - and g.ace_key is not null + and cj_status = '1' + and g.ace_id is not null + and g.ace_key is not null + and g.taxno is not null + and g.taxno !='' + group by g.taxno