From 38f167e7adbe060cfaa234a618ba56d374edef36 Mon Sep 17 00:00:00 2001 From: whycxzp <perryhsu@163.com> Date: 星期六, 25 十二月 2021 15:08:54 +0800 Subject: [PATCH] 在线监测-历史数据管理 --- src/main/java/com/whyc/controller/BattInfController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/whyc/controller/BattInfController.java b/src/main/java/com/whyc/controller/BattInfController.java index 7ac4803..3246f11 100644 --- a/src/main/java/com/whyc/controller/BattInfController.java +++ b/src/main/java/com/whyc/controller/BattInfController.java @@ -21,7 +21,7 @@ private BattInfService service; @GetMapping("/searchAllStationName1") - @ApiOperation("鏌ヨ鐪�") + @ApiOperation(tags = "鍦ㄧ嚎鐩戞祴-鍘嗗彶鏁版嵁绠$悊",value="鏌ヨ鐪�",notes = "鍘熸帴鍙�:BattInfAction!serchAllStationName1") public Response searchAllStationName1(){ UserInf userInf = (UserInf) ActionUtil.getUser(); return service.searchAllStationName1(userInf.getUId().intValue()); -- Gitblit v1.9.1