From ed8c7a5effd0d423ce1118b680ecdca6fe732609 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 02 七月 2025 16:43:13 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.11.205:9000/r/P2022036_Service

---
 src/main/java/com/lf/server/mapper/sys/AttachMapper.java |   66 ++++++++++++++++++++++++++++++++
 1 files changed, 65 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/lf/server/mapper/sys/AttachMapper.java b/src/main/java/com/lf/server/mapper/sys/AttachMapper.java
index e1519a9..1dd4808 100644
--- a/src/main/java/com/lf/server/mapper/sys/AttachMapper.java
+++ b/src/main/java/com/lf/server/mapper/sys/AttachMapper.java
@@ -1,5 +1,6 @@
 package com.lf.server.mapper.sys;
 
+import com.lf.server.entity.data.FmeLogEntity;
 import com.lf.server.entity.sys.AttachEntity;
 import org.apache.ibatis.annotations.Mapper;
 import org.springframework.stereotype.Repository;
@@ -25,7 +26,7 @@
      * 鍒嗛〉鏌ヨ
      *
      * @param name   鏂囦欢鍚�
-     * @param limit  璁板綍琛�
+     * @param limit  璁板綍鏁�
      * @param offset 鍋忕Щ閲�
      * @return 鍒楄〃
      */
@@ -53,6 +54,42 @@
      * @return
      */
     public AttachEntity selectByGuid(String guid);
+
+    /**
+     * 鏍规嵁Guid鏁扮粍鏌ヨ
+     *
+     * @param guids
+     * @return
+     */
+    public List<AttachEntity> selectByGuids(List<String> guids);
+
+    /**
+     * 鏍规嵁琛ㄥ悕鍜孏UID鏌ヨ
+     *
+     * @param tab
+     * @param tabGuid
+     * @param guid
+     * @return
+     */
+    public AttachEntity selectByTabAndGuid(String tab, String tabGuid, String guid);
+
+    /**
+     * 鏍规嵁琛ㄥ悕鍜孏UID鏁扮粍鏌ヨ
+     *
+     * @param tab
+     * @param guids
+     * @return
+     */
+    public List<AttachEntity> selectByTabGuids(String tab, List<String> guids);
+
+    /**
+     * 鏍规嵁琛ㄥ拰GUID鏌ヨ
+     *
+     * @param tab
+     * @param guid
+     * @return
+     */
+    public List<AttachEntity> selectByTab(String tab, String guid);
 
     /**
      * 鎻掑叆涓�鏉�
@@ -101,4 +138,31 @@
      * @return
      */
     public Integer updates(List<AttachEntity> list);
+
+    /**
+     * 鏌ヨFME鏃ュ織
+     *
+     * @param tabs
+     * @return
+     */
+    public List<FmeLogEntity> selectFmeLogs(String tabs);
+
+    /**
+     * 鏇存柊FME鏃ュ織
+     *
+     * @param id ID
+     * @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);
 }

--
Gitblit v1.9.3