|
@@ -37,21 +37,4 @@ public class PlatEmployeeHealthController extends BaseController {
|
|
|
return AjaxResult.success("查询成功", platEmployeeHealthIllnessService.getIllnessChartData(appOrg));
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-//
|
|
|
-// @RequestMapping("/getHealthPieData/{appOrg}")
|
|
|
-// public AjaxResult getHealthPieData(@PathVariable String appOrg) {
|
|
|
-// return AjaxResult.success("查询成功", platEmployeeHealthService.getHealthPieData(appOrg));
|
|
|
-// }
|
|
|
-
|
|
|
-//
|
|
|
-// @RequestMapping("/getHealthIllnessBrokenData/{appOrg}")
|
|
|
-// public AjaxResult getHealthIllnessBrokenData(@PathVariable String appOrg) {
|
|
|
-// return AjaxResult.success("查询成功", platEmployeeHealthChartService.getHealthBrokenData(appOrg,1));
|
|
|
-// }
|
|
|
-
|
|
|
-
|
|
|
}
|