16639036659
2023-12-11 e6ab9c2b7af85ac676ef9fbe616327eb20f04139
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保存风险单元失败");
        }