From 3faca3fc0bb178afd9cf17222bee14e1c8722f6b Mon Sep 17 00:00:00 2001
From: swb <jpy123456>
Date: Thu, 04 Jul 2024 17:02:26 +0800
Subject: [PATCH] fix:尘负荷排名补充提交

---
 screen-api/src/main/resources/mapper/FileTableMapper.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/screen-api/src/main/resources/mapper/FileTableMapper.xml b/screen-api/src/main/resources/mapper/FileTableMapper.xml
index 3f57c01..7d300d9 100644
--- a/screen-api/src/main/resources/mapper/FileTableMapper.xml
+++ b/screen-api/src/main/resources/mapper/FileTableMapper.xml
@@ -17,4 +17,9 @@
                     <result column="create_time" property="createTime" />
         </resultMap>
 
+    <select id="fileList" resultType="com.moral.api.pojo.vo.file.FileVo">
+        select file_id,file_name,file_type from file_table where
+        file_module = 1250301 and relation_id= #{relation_id} and is_del = 0
+        order by file_id desc
+    </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.8.0