Commit 2c5fdc89 by zhangyuan

fix

parent 0111a3cb
......@@ -27,11 +27,7 @@ public class HomeStatisticsController extends BaseController
@PostMapping("/chart")
@ResponseBody
public Object chart(){
try {
return AjaxResult.success(orhonFgqyService.chart());
}catch (Exception e){
return AjaxResult.error();
}
return orhonFgqyService.chart();
}
}
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