Commit f867bae5 authored by suhuiguang's avatar suhuiguang

1.ccs-风险态势 接口

parent 5dc3a363
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
SELECT SELECT
rs.mrid, rs.mrid,
rs.`name`, rs.`name`,
rs.parent_mrid,
IFNULL(rs.rpn, 0) rpn, IFNULL(rs.rpn, 0) rpn,
IFNULL(rs.rpni, 0) rpni IFNULL(rs.rpni, 0) rpni
FROM `asf_fire_risk_source` rs FROM `asf_fire_risk_source` rs
......
...@@ -22,7 +22,7 @@ import java.util.List; ...@@ -22,7 +22,7 @@ import java.util.List;
* @date 2021-11-09 * @date 2021-11-09
*/ */
@RestController @RestController
@Api(tags = "发生率/严重度矩阵统计表Api") @Api(tags = "发生率-严重度矩阵统计表Api")
@RequestMapping(value = "/fire-fmea-statistics") @RequestMapping(value = "/fire-fmea-statistics")
public class FireFmeaStatisticsController extends BaseController { public class FireFmeaStatisticsController extends BaseController {
...@@ -36,7 +36,7 @@ public class FireFmeaStatisticsController extends BaseController { ...@@ -36,7 +36,7 @@ public class FireFmeaStatisticsController extends BaseController {
* @return * @return
*/ */
@TycloudOperation(ApiLevel = UserType.AGENCY) @TycloudOperation(ApiLevel = UserType.AGENCY)
@ApiOperation(httpMethod = "GET", value = "发生率/严重度矩阵统计", notes = "发生率/严重度矩阵统计") @ApiOperation(httpMethod = "GET", value = "发生率-严重度矩阵统计", notes = "发生率-严重度矩阵统计")
@GetMapping(value = "/{stationCode}/list") @GetMapping(value = "/{stationCode}/list")
public ResponseModel<List<FireFmeaStatisticsDto>> selectForList( public ResponseModel<List<FireFmeaStatisticsDto>> selectForList(
@ApiParam(value = "换流站code", required = true) @PathVariable String stationCode) { @ApiParam(value = "换流站code", required = true) @PathVariable String stationCode) {
......
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