From 35756050bfc933d80626abc2e2aedfd8d6dc3166 Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Tue, 1 Aug 2023 08:47:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=BC=E5=90=88=E6=9F=A5=E8=AF=A2=E7=A8=8E?= =?UTF-8?q?=E7=8E=87=E5=92=8C=E6=98=8E=E7=BB=86=E5=AF=BC=E5=87=BA=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=89=93=E6=AC=BE=E7=8A=B6=E6=80=81=E4=B8=BA=E5=85=A5?= =?UTF-8?q?=E8=B4=A6=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dxhy-core/src/main/resources/mapper/BbfpzhslMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dxhy-core/src/main/resources/mapper/BbfpzhslMapper.xml b/dxhy-core/src/main/resources/mapper/BbfpzhslMapper.xml index 25549e99..83bcb873 100644 --- a/dxhy-core/src/main/resources/mapper/BbfpzhslMapper.xml +++ b/dxhy-core/src/main/resources/mapper/BbfpzhslMapper.xml @@ -28,6 +28,7 @@ left join t_dx_record_invoice_statistics tdis on t.invoice_no = tdis.invoice_no + and t.invoice_code = tdis.invoice_code where t.invoice_date between #{kpksrq} and #{kpjsrq} and t.company = #{company}