소스 검색

第二版

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 {