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
f867bae5
Commit
f867bae5
authored
Nov 17, 2021
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.ccs-风险态势 接口
parent
5dc3a363
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
FireRiskSourceMapper.xml
...cs-api/src/main/resources/mapper/FireRiskSourceMapper.xml
+1
-0
FireFmeaStatisticsController.java
...dule/ccs/biz/controller/FireFmeaStatisticsController.java
+2
-2
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-ccs-api/src/main/resources/mapper/FireRiskSourceMapper.xml
View file @
f867bae5
...
...
@@ -6,6 +6,7 @@
SELECT
rs.mrid,
rs.`name`,
rs.parent_mrid,
IFNULL(rs.rpn, 0) rpn,
IFNULL(rs.rpni, 0) rpni
FROM `asf_fire_risk_source` rs
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-ccs-biz/src/main/java/com/yeejoin/amos/boot/module/ccs/biz/controller/FireFmeaStatisticsController.java
View file @
f867bae5
...
...
@@ -22,7 +22,7 @@ import java.util.List;
* @date 2021-11-09
*/
@RestController
@Api
(
tags
=
"发生率
/
严重度矩阵统计表Api"
)
@Api
(
tags
=
"发生率
-
严重度矩阵统计表Api"
)
@RequestMapping
(
value
=
"/fire-fmea-statistics"
)
public
class
FireFmeaStatisticsController
extends
BaseController
{
...
...
@@ -36,7 +36,7 @@ public class FireFmeaStatisticsController extends BaseController {
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"发生率
/严重度矩阵统计"
,
notes
=
"发生率/
严重度矩阵统计"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"发生率
-严重度矩阵统计"
,
notes
=
"发生率-
严重度矩阵统计"
)
@GetMapping
(
value
=
"/{stationCode}/list"
)
public
ResponseModel
<
List
<
FireFmeaStatisticsDto
>>
selectForList
(
@ApiParam
(
value
=
"换流站code"
,
required
=
true
)
@PathVariable
String
stationCode
)
{
...
...
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