From 9ef0d39f0f9aefdc1a92e4567b9294f084e3a150 Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Thu, 25 May 2023 14:25:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=94=80=E9=A1=B9=E5=A2=9E?= =?UTF-8?q?=E5=80=BC=E7=A8=8E=E5=8F=91=E7=A5=A8=E5=90=88=E8=AE=A1=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E7=9A=84payment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/ExtInvoicePoolMapper.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml b/dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml index 2b5e66c5..a3828245 100644 --- a/dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml +++ b/dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml @@ -536,10 +536,7 @@ and t.list_status = #{listMark} - - and t.payment_status = #{inAccountStatus} - + and DATE_FORMAT(t.payment_date,'%Y-%m') = #{inAccountMonth}