fei
2 天以前 38553de8fe4a824919563db827019909caa65f9c
archiveManager/src/main/java/com/ruoyi/service/impl/DocumentMaterialsServiceImpl.java
@@ -422,6 +422,12 @@
            return AjaxResult.error("添加中间记录失败:" + e.getMessage());
        }
    }
    @Override
    public Boolean judgeInfo(int recordId) {
            return  this.baseMapper.judgeArchiveInfo(recordId);
    }
}