郑永安
2023-07-03 fc468a1c83be3997f9a7f32c6f61bc2795594579
src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskDangerInfoRepository.java
@@ -43,4 +43,8 @@
     * 修改上报的数据的姿态
     */
    PreventRiskDangerInfo updateDangerInfoReportStatus(HandlerReportParam handlerReportParam);
    /**
     * 查询隐患附属表信息
     */
    PreventRiskDangerInfo getByHiddenDangerId(Long id);
}