Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
d7bfd441
Commit
d7bfd441
authored
Oct 25, 2021
by
tianbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交配置文件修改
parent
a60c5184
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
LatentDangerController.java
...entdanger/business/controller/LatentDangerController.java
+1
-1
application.properties
...em-latentdanger/src/main/resources/application.properties
+3
-2
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-latentdanger-biz/src/main/java/com/yeejoin/amos/latentdanger/business/controller/LatentDangerController.java
View file @
d7bfd441
...
@@ -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
()));
...
...
amos-boot-system-latentdanger/src/main/resources/application.properties
View file @
d7bfd441
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment