| | |
| | | */ |
| | | PreventRiskControlMeasure getPreventRiskControlMeasureById(Long id); |
| | | |
| | | /** |
| | | * @description 根据控制措施编号查询风险控制措施 |
| | | */ |
| | | PreventRiskControlMeasure getPreventRiskControlMeasureByControlMeasureCode(@Param("controlMeasureCode") String controlMeasureCode); |
| | | |
| | | /** |
| | | * @description 分页获取风险管控措施 |
| | | */ |
| | | List<PreventRiskControlMeasure> listRiskControlMeasureByCondition(@Param("controlType") Byte controlType,@Param("riskEventId") Long riskEventId); |
| | | |
| | | /** |
| | | * 管控措施-不分页查询 |
| | | */ |
| | | List<PreventRiskControlMeasure> listRiskControlMeasure(); |
| | | |
| | | } |