From 8e73794fa9000ae0e9651ab4deac23290932719b Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Wed, 17 May 2023 16:34:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=80=E9=A1=B9=E7=A5=A8?= =?UTF-8?q?=E6=B1=A0inAccountStatus=E5=AD=97=E6=AE=B5=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../export/impl/CustomsServiceImpl.java | 28 +++++++++---------- .../dxhy/core/thread/CustomExportThread.java | 2 +- .../main/resources/mapper/ExtPaperMapper.xml | 1 - .../companypool/TicketServiceImpl.java | 2 +- .../main/resources/mapper/TicketMapper.xml | 10 +++++-- 5 files changed, 24 insertions(+), 19 deletions(-) diff --git a/dxhy-core/src/main/java/com/dxhy/core/service/export/impl/CustomsServiceImpl.java b/dxhy-core/src/main/java/com/dxhy/core/service/export/impl/CustomsServiceImpl.java index dce573e8..5188cf72 100644 --- a/dxhy-core/src/main/java/com/dxhy/core/service/export/impl/CustomsServiceImpl.java +++ b/dxhy-core/src/main/java/com/dxhy/core/service/export/impl/CustomsServiceImpl.java @@ -120,26 +120,26 @@ public class CustomsServiceImpl extends MpBaseServiceImpl{}",pageList.get(i).getInAccountStatus()); diff --git a/dxhy-extend/src/main/resources/mapper/TicketMapper.xml b/dxhy-extend/src/main/resources/mapper/TicketMapper.xml index c3f6c37e..4398774c 100644 --- a/dxhy-extend/src/main/resources/mapper/TicketMapper.xml +++ b/dxhy-extend/src/main/resources/mapper/TicketMapper.xml @@ -63,9 +63,12 @@ and t.account_period = #{accountPeriod} - + and t.inaccount_status = #{inAccountStatus} + + and (t.inaccount_status = '0' or t.inaccount_status = '' or t.inaccount_status is null) + and t.bzdh = #{bzdh} @@ -141,9 +144,12 @@ and t.account_period = #{accountPeriod} - + and t.inaccount_status = #{inAccountStatus} + + and (t.inaccount_status = '0' or t.inaccount_status = '' or t.inaccount_status is null) + and t.bzdh = #{bzdh}