@ -1302,7 +1302,7 @@ public class AreaMonthReportServiceImpl implements IAreaMonthReportService {
map.put(mon, list);
});
// 推送当月报表邮件
// this.sendMonthReport(map, R.getData());
this.sendMonthReport(map, R.getData());
redisTemplate.opsForValue().set(saveKey, map);
}
/**