liding
4 天以前 16d1c46ce0c5469d2e3e2cfa247dc595af320d58
cnas-manage/src/main/java/com/ruoyi/manage/controller/ManageRiskAssessmentResultsController.java
@@ -33,7 +33,7 @@
 * 危险因素辨识与风险评价结果一览表 前端控制器
 * </p>
 *
 * @author 芯导软件(江苏)有限公司
 * @author
 * @since 2024-11-15 02:58:51
 */
@Api(tags = "危险因素辨识与风险评价结果一览表")
@@ -104,7 +104,7 @@
    }
    @ApiOperation(value = "删除")
    @GetMapping("/removeRiskFactors")
    @DeleteMapping("/removeRiskFactors")
    public void removeRiskFactors(Integer id) {
        manageRiskAssessmentResultsService.removeById(id);
    }