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
52475bdc
Commit
52475bdc
authored
Aug 16, 2024
by
韩桐桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(96333):1,报警类型接口
parent
f43e555f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
AlertCalledController.java
...module/elevator/biz/controller/AlertCalledController.java
+9
-0
No files found.
amos-boot-system-tzs/amos-boot-module-96333/amos-boot-module-96333-biz/src/main/java/com/yeejoin/amos/boot/module/elevator/biz/controller/AlertCalledController.java
View file @
52475bdc
...
...
@@ -872,6 +872,15 @@ public class AlertCalledController extends BaseController {
public
ResponseModel
<
Object
>
alertOperations
()
{
return
ResponseHelper
.
buildResponse
(
iAlertCalledService
.
alertOperations
());
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
value
=
"应急大屏使用-报警类型"
,
notes
=
"应急大屏使用-报警类型"
)
@GetMapping
(
"/alertTypeOperations/dp"
)
public
ResponseModel
<
Object
>
alertTypeOperations
()
{
HashMap
<
String
,
String
>
map
=
new
HashMap
<>();
map
.
put
(
AlertStageEnums
.
JQCB
.
getId
(),
AlertStageEnums
.
JQCB
.
getValue
());
map
.
put
(
AlertStageEnums
.
JQGB
.
getId
(),
AlertStageEnums
.
JQGB
.
getValue
());
return
ResponseHelper
.
buildResponse
(
map
);
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
value
=
"应急大屏使用-办理量 (近7天)-右上角更多-各地市业务办理情况-底部表格"
,
...
...
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