16639036659
2023-12-11 e6ab9c2b7af85ac676ef9fbe616327eb20f04139
src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventCJReportRiskEventServiceImpl.java
@@ -53,7 +53,7 @@
     * 修改上报状态
     * */
    @Override
    public int updateEventReportStatus(HandlerReportParam handlerReportParam) {
    public int updateEventReportStatus(HandlerCJReportParam handlerReportParam) {
         int result = preventCJReportRiskEventRepository.updateEventReportStatus(handlerReportParam);
        if (result < 1){
            throw new AusinessException(E.ADD_FAIL.getCode(), "修改上报-事件状态失败");