|
@@ -207,7 +207,7 @@ public class AppEventServiceImpl implements AppEventService {
|
|
|
rows.forEach(row -> {
|
|
|
row.put("reportSource",DictUtils.getDictDataByValue("reporting_source",row.get("reportSource").toString()));
|
|
|
});
|
|
|
- return AjaxResult.success();
|
|
|
+ return AjaxResult.success(rows);
|
|
|
}else{
|
|
|
return AjaxResult.error(collectList.getCode(), collectList.getMsg());
|
|
|
}
|