src/main/java/com/lf/server/mapper/data/MetaMapper.java
@@ -119,6 +119,14 @@ public MetaEntity selectByGuid(String guid, String tab); /** * 根据多个ID查询元数据(数据表) * * @param ids * @return */ public List<MetaEntity> selectByIdsForTab(String ids); /** * 查询元数据文件 * * @param ids 元数据ID集合 @@ -136,6 +144,14 @@ public List<MetaEntity> selectXlsAnnex(Integer[] ids, String tabs); /** * 根据目录编码查询元数据文件 * * @param dircode * @return */ public List<MetaEntity> selectMetasByDirCode(String dircode); /** * 插入一条 * * @param entity