Commit d7bfd441 authored by tianbo's avatar tianbo

提交配置文件修改

parent a60c5184
...@@ -371,7 +371,7 @@ public class LatentDangerController extends BaseController { ...@@ -371,7 +371,7 @@ public class LatentDangerController extends BaseController {
} }
@ApiOperation(value = "所有未完成隐患数量", notes = "所有未完成隐患数量") @ApiOperation(value = "所有未完成隐患数量", notes = "所有未完成隐患数量")
@GetMapping(value = "/app/unFinished/") @GetMapping(value = "/app/unFinished")
@TycloudOperation(ApiLevel = UserType.AGENCY) @TycloudOperation(ApiLevel = UserType.AGENCY)
public ResponseModel getUnFinishedDangerCount() { public ResponseModel getUnFinishedDangerCount() {
return ResponseHelper.buildResponse((iLatentDangerService.getUnFinishedDangerCount())); return ResponseHelper.buildResponse((iLatentDangerService.getUnFinishedDangerCount()));
......
...@@ -59,4 +59,5 @@ pagehelper.support-methods-arguments=true ...@@ -59,4 +59,5 @@ pagehelper.support-methods-arguments=true
feign.httpclient.connection-timeout=5000 feign.httpclient.connection-timeout=5000
video.fegin.name=video video.fegin.name=video
\ No newline at end of file latentDanger.feign.name=AMOS-LATENT-DANGER
\ No newline at end of file
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