src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskControlMeasureRepository.java
@@ -33,4 +33,13 @@ */ PreventRiskControlMeasure getPreventRiskControlMeasureById(Long id); /** * @description 根据控制措施编号查询风险控制措施 */ PreventRiskControlMeasure getPreventRiskControlMeasureByControlMeasureCode(@Param("controlMeasureCode") String controlMeasureCode); /** * @description 分页获取风险管控措施 */ List<PreventRiskControlMeasure> listRiskEvenByCondition(@Param("controlType") Byte controlType,@Param("riskEventId") Long riskEventId); }