Commit d7bfd441 authored by tianbo's avatar tianbo

提交配置文件修改

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