|
@@ -81,7 +81,7 @@ public class HealthController {
|
|
})
|
|
})
|
|
public AjaxResult findWtHealthInfo(@RequestParam("wtId") String wtId) throws Exception {
|
|
public AjaxResult findWtHealthInfo(@RequestParam("wtId") String wtId) throws Exception {
|
|
|
|
|
|
- AjaxResult ajax=healthMainService.findHealthMatrixMap();
|
|
|
|
|
|
+ AjaxResult ajax=healthMainService.findWtHealthInfo(wtId);
|
|
|
|
|
|
return ajax;
|
|
return ajax;
|
|
}
|
|
}
|
|
@@ -94,7 +94,7 @@ public class HealthController {
|
|
})
|
|
})
|
|
public AjaxResult findWtHealthInfo1(@RequestParam("wtId") String wtId) throws Exception {
|
|
public AjaxResult findWtHealthInfo1(@RequestParam("wtId") String wtId) throws Exception {
|
|
|
|
|
|
- AjaxResult ajax=healthMainService.findHealthMatrixMap();
|
|
|
|
|
|
+ AjaxResult ajax=healthMainService.findWtHealthInfo1(wtId);
|
|
|
|
|
|
return ajax;
|
|
return ajax;
|
|
}
|
|
}
|
|
@@ -108,7 +108,7 @@ public class HealthController {
|
|
})
|
|
})
|
|
public AjaxResult findWtHealthInfo2(@RequestParam("wtId") String wtId) throws Exception {
|
|
public AjaxResult findWtHealthInfo2(@RequestParam("wtId") String wtId) throws Exception {
|
|
|
|
|
|
- AjaxResult ajax=healthMainService.findHealthMatrixMap();
|
|
|
|
|
|
+ AjaxResult ajax=healthMainService.findWtHealthInfo2(wtId);
|
|
|
|
|
|
return ajax;
|
|
return ajax;
|
|
}
|
|
}
|
|
@@ -122,7 +122,7 @@ public class HealthController {
|
|
})
|
|
})
|
|
public AjaxResult findWtHealthInfo3(@RequestParam("wtId") String wtId) throws Exception {
|
|
public AjaxResult findWtHealthInfo3(@RequestParam("wtId") String wtId) throws Exception {
|
|
|
|
|
|
- AjaxResult ajax=healthMainService.findHealthMatrixMap();
|
|
|
|
|
|
+ AjaxResult ajax=healthMainService.findWtHealthInfo3(wtId);
|
|
|
|
|
|
return ajax;
|
|
return ajax;
|
|
}
|
|
}
|