Commit 3f943d65 authored by suhuiguang's avatar suhuiguang

1.增加url-全景监控

parent 4286255e
...@@ -80,9 +80,9 @@ public class View3dController extends BaseController { ...@@ -80,9 +80,9 @@ public class View3dController extends BaseController {
return CommonResponseUtil.success(view3dService.getSafetyIndexInfoByDate(orgCode,date)); return CommonResponseUtil.success(view3dService.getSafetyIndexInfoByDate(orgCode,date));
} }
@GetMapping(value = "safetyIndex/detail/{type}") @ApiOperation(value = "今日安全指数详情",notes = "risk-风险异常,check-巡检异常,equipProblem-设备故障")
public CommonResponse SafetyIndexDetail(@PathVariable String type){ @GetMapping(value = "/safetyIndex/detail/{type}")
; public CommonResponse getSafetyIndexDetail(@PathVariable String type){
return CommonResponseUtil.success(view3dService.getSafetyIndexDetail(type)); return CommonResponseUtil.success(view3dService.getSafetyIndexDetail(type));
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment