浏览代码

第二版

suntianwu 3 年之前
父节点
当前提交
68f553d631
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/java/com/care/bms/controller/EventHandleController.java

+ 2 - 2
src/main/java/com/care/bms/controller/EventHandleController.java

@@ -89,7 +89,7 @@ public class EventHandleController {
     }
 
     @GetMapping("/my-handle/list")
-    @ApiOperation(tags = {"我的处理事件"},value = "我的处理事件查询 分页")
+    @ApiOperation(tags = {"我的处理事件"},value = "我的处理事件查询 分页  --二期修改")
     @ApiImplicitParams(value = {
             @ApiImplicitParam(paramType = "header", name = "status", value = "状态"),
             @ApiImplicitParam(paramType = "query", name = "status", value = "状态"),
@@ -118,7 +118,7 @@ public class EventHandleController {
      * @return
      */
     @GetMapping("/my-handle/listHisWarn")
-    @ApiOperation(tags = {"我的处理事件"},value = "历史告警查询")
+    @ApiOperation(tags = {"我的处理事件"},value = "历史告警查询 -- 二期新增")
     public Result<List<OrderHandleHisVO>> listHisWarn(HttpServletRequest request, @RequestHeader(value = "token") String token,
                                                   @RequestParam(value = "orderId", required = true) Long orderId){
         try {