zqy
2025-09-26 ca9c5875efe4f5b983bf3d0c4afec1692b91e782
archiveManager/src/main/java/com/ruoyi/service/impl/ArchiverecordstouserServiceImpl.java
@@ -26,7 +26,7 @@
/**
 * 【请填写功能名称】Service业务层处理
 * 【档案分配】Service业务层处理
 * 
 * @author ruoyi
 * @date 2025-07-20
@@ -109,10 +109,10 @@
        return AjaxResult.success(data);    }
    /**
     * 查询【请填写功能名称】
     * 查询【档案分配】
     * 
     * @param id 【请填写功能名称】主键
     * @return 【请填写功能名称】
     * @param id 【档案分配】主键
     * @return 【档案分配】
     */
    @Override
    public Archiverecordstouser selectArchiverecordstouserById(Long id)
@@ -130,21 +130,21 @@
    @Override
    public List<Archiverecordstouser> selectArchiverecordstouserList(Archiverecordstouser archiverecordstouser) {
        return null;
        return this.list();
    }
    /**
     * 查询【请填写功能名称】列表
     * 查询【档案分配】列表
     * 
     * @param archiverecordstouser 【请填写功能名称】
     * @return 【请填写功能名称】
     * @param archiverecordstouser 【档案分配】
     * @return 【档案分配】
     */
    /**
     * 新增【请填写功能名称】
     * 新增【档案分配】
     * 
     * @param archiverecordstouser 【请填写功能名称】
     * @param archiverecordstouser 【档案分配】
     * @return 结果
     */
    @Override
@@ -154,9 +154,9 @@
    }
    /**
     * 修改【请填写功能名称】
     * 修改【档案分配】
     * 
     * @param archiverecordstouser 【请填写功能名称】
     * @param archiverecordstouser 【档案分配】
     * @return 结果
     */
    @Override
@@ -166,9 +166,9 @@
    }
    /**
     * 批量删除【请填写功能名称】
     * 批量删除【档案分配】
     * 
     * @param ids 需要删除的【请填写功能名称】主键
     * @param ids 需要删除的【档案分配】主键
     * @return 结果
     */
    @Override
@@ -178,9 +178,9 @@
    }
    /**
     * 删除【请填写功能名称】信息
     * 删除【档案分配】信息
     * 
     * @param id 【请填写功能名称】主键
     * @param id 【档案分配】主键
     * @return 结果
     */
    @Override
@@ -239,4 +239,9 @@
        return AjaxResult.success(data);
    }
    @Override
    public List<RecordToUserCount> findAllRecordToUserCont() {
        return this.baseMapper.selectRecordToUserAll();
    }
}