@@ -540,7 +540,7 @@
#{item}
</foreach>
and t.cur_month_time >=#{startTime}
- and t.cur_month_time < #{endTIme}
+ and t.cur_month_time < #{endTime}
) a
group by a.obj_id,a.cur_month_time,a.config_id
</select>