From d8ba256b1a2ffd5040e322c3926b368ca53692bb Mon Sep 17 00:00:00 2001 From: yefei Date: Tue, 20 Jun 2023 14:26:14 +0800 Subject: [PATCH] =?UTF-8?q?arieay=20=E6=9F=A5=E8=AF=A2sql=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=A8=8E=E7=8E=87=E5=AD=97=E6=AE=B5=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml index 3f80827a..a1261bfd 100644 --- a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml +++ b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml @@ -136,12 +136,15 @@ and t.bzdh = #{bzdh} - + and t.bzdh is not null and t.inaccount_status = '1' and t.inaccount_status = #{inAccountStatus} + + and t.inaccount_status = '0' + and date_format(t.qs_date,'%Y-%m-%d') between #{qsksrq} and #{qsjsrq}