From 27e6bc3df3e39e0d0b147b155a89ad6837ea972b Mon Sep 17 00:00:00 2001 From: cjl <909710561@qq.com> Date: Mon, 06 Jan 2025 09:19:24 +0800 Subject: [PATCH] Merge branch 'cjl' into dev --- 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