diff --git a/lidee-core/src/main/resources/mapper/framework/NewGrBiSaAggMonthCountMapper.xml b/lidee-core/src/main/resources/mapper/framework/NewGrBiSaAggMonthCountMapper.xml index 789072c..ee0334b 100644 --- a/lidee-core/src/main/resources/mapper/framework/NewGrBiSaAggMonthCountMapper.xml +++ b/lidee-core/src/main/resources/mapper/framework/NewGrBiSaAggMonthCountMapper.xml @@ -391,7 +391,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" new_gr_bi_sa_agg_month_count and use_year = #{saAggParam.useYear} - and use_month = #{saAggParam.useMonth} + and use_month = #{saAggParam.useMonth} and zone_name in #{name} @@ -573,8 +573,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" FROM new_gr_bi_sa_agg_month_count and use_year = #{saAggParam.useYear }- 1 - and use_month = #{saAggParam.useMonth} - and zone_name in + and use_month = #{saAggParam.useMonth} + and zone_name in #{name} @@ -679,7 +679,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ) total_month_data ON total_month_data.use_year = current_month.use_year and current_month.use_year = #{saAggParam.useYear} - and current_month.use_month = #{saAggParam.useMonth} + and current_month.use_month = #{saAggParam.useMonth} and current_month.zone_name in #{name}