管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-04 2b170e6c4c20a4fe4f113c5a7ca0f3210c278d7f
src/main/java/com/lf/server/mapper/data/MetaMapper.java
@@ -36,6 +36,28 @@
    public List<MetaEntity> selectByPage(Integer depid, Integer dirid, String name, Integer limit, Integer offset);
    /**
     * 查询记录数
     *
     * @param depid
     * @param dirs
     * @param name
     * @return
     */
    public Integer selectMetasForCount(Integer depid, String dirs, String name);
    /**
     * 分页查询
     *
     * @param depid
     * @param dirs
     * @param name
     * @param limit
     * @param offset
     * @return
     */
    public List<MetaEntity> selectMetasForPage(Integer depid, String dirs, String name, Integer limit, Integer offset);
    /**
     * 查询上传记录数
     *
     * @param name       名称
@@ -90,6 +112,15 @@
    public List<MetaEntity> selectMetaFiles(List<Integer> ids);
    /**
     * 查询Excel元数据
     *
     * @param ids  元数据ID集合
     * @param tabs 表名字符串
     * @return 元数据文件集合
     */
    public List<MetaEntity> selectXlsAnnex(Integer[] ids, String tabs);
    /**
     * 插入一条
     *
     * @param entity