|
@@ -21,7 +21,15 @@ public class SingleAnalysisController {
|
|
|
@Autowired
|
|
|
private SingleAnalysisService singleAnalysisService;
|
|
|
|
|
|
-
|
|
|
+ /**
|
|
|
+ * 单机信息总览首页
|
|
|
+ * @param tablepar
|
|
|
+ * @param wpId
|
|
|
+ * @param year
|
|
|
+ * @param month
|
|
|
+ * @return
|
|
|
+ * @throws Exception
|
|
|
+ */
|
|
|
@PostMapping("/singleanalysisMain")
|
|
|
@ResponseBody
|
|
|
public AjaxResult singleanalysisMain(Tablepar tablepar, String wpId, String year, String month) throws Exception {
|
|
@@ -55,7 +63,14 @@ public class SingleAnalysisController {
|
|
|
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+ /**
|
|
|
+ * 单机信息总览子页面
|
|
|
+ * @param wtId
|
|
|
+ * @param year
|
|
|
+ * @param month
|
|
|
+ * @return
|
|
|
+ * @throws Exception
|
|
|
+ */
|
|
|
@PostMapping("/singleanalysisSub")
|
|
|
@ResponseBody
|
|
|
public AjaxResult singleanalysisSub(String wtId, String year, String month) throws Exception {
|