From 3ff554cfb46626df5c8a24c84c86bb040c9e61f3 Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Wed, 2 Aug 2023 14:00:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E9=99=A9=E5=8F=91=E7=A5=A8=E7=A8=8E?= =?UTF-8?q?=E5=8F=B7=E5=8E=BB=E6=8E=89=E7=A9=BA=E5=AD=97=E7=AC=A6=E4=B8=B2?= =?UTF-8?q?=E5=92=8Cnull?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dxhy-core/src/main/resources/mapper/job/ViolationTaxnoDao.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dxhy-core/src/main/resources/mapper/job/ViolationTaxnoDao.xml b/dxhy-core/src/main/resources/mapper/job/ViolationTaxnoDao.xml index 119d1721..7c14a18b 100644 --- a/dxhy-core/src/main/resources/mapper/job/ViolationTaxnoDao.xml +++ b/dxhy-core/src/main/resources/mapper/job/ViolationTaxnoDao.xml @@ -15,6 +15,8 @@ where company = #{company} and org_type = '5' and del_flag = '0' + and taxno != '' + and taxno is not null