src/main/java/com/lf/server/mapper/data/MetaMapper.java
@@ -130,10 +130,18 @@ /** * 根据多个ID查询元数据(数据表) * * @param ids * @return * @param ids ID字符串 * @return 元数据集合 */ public List<MetaEntity> selectByIdsForTab(String ids); /** * 根据多个ID查询元数据 * * @param ids ID字符串 * @return 元数据集合 */ public List<MetaEntity> selectByIds(String ids); /** * 查询元数据文件 @@ -170,6 +178,14 @@ public List<String> selectMetaOverflowDep(String ids, String depcode); /** * 根据路径查询文件名 * * @param path 路径 * @return 文件数 */ public Integer selectCountByPath(String path); /** * 插入一条 * * @param entity