|
@@ -90,7 +90,7 @@ public class StatisticReportServiceImpl implements StatisticReportService {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public Map<String, Object> datas(StatisticReport report) {
|
|
|
+ public Map<String, Object> datas() {
|
|
|
Map<String, Object> result = new HashMap<>();
|
|
|
List<StatisticReportDto> reportDtos = statisticReportMapper.selectReportInfo(SecurityUtils.getUsername());
|
|
|
result.put("reports", reportDtos);
|