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}