Commit 2c5fdc89 by zhangyuan

fix

parent 0111a3cb
...@@ -27,11 +27,7 @@ public class HomeStatisticsController extends BaseController ...@@ -27,11 +27,7 @@ public class HomeStatisticsController extends BaseController
@PostMapping("/chart") @PostMapping("/chart")
@ResponseBody @ResponseBody
public Object chart(){ public Object chart(){
try { return orhonFgqyService.chart();
return AjaxResult.success(orhonFgqyService.chart());
}catch (Exception e){
return AjaxResult.error();
}
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment