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