16639036659
2023-12-11 307ac519ae05bc70bf6d18c0f679847288928c38
src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventCJReportRiskAnaUnitServiceImpl.java
@@ -52,8 +52,8 @@
     * 上报数据-修改待上报
     */
    @Override
    public void updateReportStatus(HandlerReportParam handlerReportParam) {
        int result = preventCJReportRiskAnaUnitRepository.updateReportStatus();
    public void updateReportStatus(HandlerCJReportParam handlerReportParam) {
        int result = preventCJReportRiskAnaUnitRepository.updateReportStatus(handlerReportParam);
        if (result < 1){
            throw new AusinessException(E.ADD_FAIL.getCode(), "CJ保存风险单元失败");
        }