管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-04 6e2496e51008e850fa9ab9a990ece2c01302da40
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,14 @@
    public List<MetaEntity> selectMetaFiles(List<Integer> ids);
    /**
     * 查询Excel元数据
     *
     * @param ids 元数据ID集合
     * @return 元数据文件集合
     */
    public List<MetaEntity> selectXlsAnnex(Integer[] ids);
    /**
     * 插入一条
     *
     * @param entity