cjl
2025-01-06 27e6bc3df3e39e0d0b147b155a89ad6837ea972b
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>