16639036659
2023-12-11 e6ab9c2b7af85ac676ef9fbe616327eb20f04139
src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventCJReportRiskControlMeasureServiceImpl.java
@@ -51,7 +51,7 @@
     * 管控措施-修改上报状态
     * */
    @Override
    public void updateMeasureReportStatus(HandlerReportParam handlerReportParam) {
    public void updateMeasureReportStatus(HandlerCJReportParam handlerReportParam) {
        int result =  preventCJReportRiskControlMeasureRepository.updateMeasureReportStatus(handlerReportParam);
        if (result < 1){
            throw new AusinessException(E.ADD_FAIL.getCode(), "风险单元状态更新失败");