获取最近一年的统计数据

product
chuang 2 years ago
parent 0d1a7a17a4
commit ca1b1f3e04

@ -54,9 +54,9 @@ public class MessageCenterController {
*
*/
@GetMapping(value = "/getOneYearData")
public ActionResult getOneYearData() throws Exception {
public Map getOneYearData() throws Exception {
Map oneYearData= messageCenterService.getOneYearData();
return ActionResult.success(oneYearData);
return oneYearData;
}
/**
*

Loading…
Cancel
Save