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>