jinpengyong
2024-06-19 f05383c46370ec8c4f4b8b8165ffab3769dd06a2
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>