From 8464884288e327294f7334ba1abc3747a8e04585 Mon Sep 17 00:00:00 2001 From: MerCry Date: Sun, 8 Feb 2026 23:40:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BC=81=E4=B8=9A=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=20=E6=8F=90=E4=BA=A4=E4=BC=81=E4=B8=9A=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=BF=AE=E6=94=B9=20=E5=A2=9E=E5=8A=A0=E5=A4=9A?= =?UTF-8?q?=E5=85=AC=E5=8F=B8=E6=94=AF=E6=8C=81=20=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E6=97=A0=E9=94=99=E5=88=9D=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/wecom/DepartmentStatisticsDataMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/excel-handle/src/main/resources/mapper/wecom/DepartmentStatisticsDataMapper.xml b/excel-handle/src/main/resources/mapper/wecom/DepartmentStatisticsDataMapper.xml index 7207a2f..c105775 100644 --- a/excel-handle/src/main/resources/mapper/wecom/DepartmentStatisticsDataMapper.xml +++ b/excel-handle/src/main/resources/mapper/wecom/DepartmentStatisticsDataMapper.xml @@ -55,7 +55,7 @@ sort_no as sortNo FROM department_statistics_data - corp_id = #{corpId} and + corp_id = #{corpId} AND stat_date >= #{startDate} @@ -81,7 +81,7 @@ sort_no as sortNo FROM department_statistics_data - corp_id = #{corpId} and + corp_id = #{corpId} AND stat_date >= #{startDate}