src/main/java/com/lf/server/mapper/sys/AttachMapper.java
@@ -142,9 +142,10 @@ /** * 查询FME日志 * * @param tabs * @return */ public List<FmeLogEntity> selectFmeLogs(); public List<FmeLogEntity> selectFmeLogs(String tabs); /** * 更新FME日志 @@ -153,4 +154,15 @@ * @return */ public Integer updateFmeLog(Integer id); /** * 根据元数据名称插入附件 * * @param tab * @param tabGuid * @param metaName * @param dirid * @return */ public Integer insertAttachByMeta(String tab, String tabGuid, String metaName, String dirid); }