|
@@ -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 {
|