@ -28,6 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="fileAddress != null and fileAddress != ''"> and file_address = #{fileAddress}</if>
<if test="updateBy != null and updateBy != ''"> and update_by = #{updateBy}</if>
</where>
ORDER BY create_time desc
</select>
<select id="selectDcFileDownloadById" parameterType="Long" resultMap="DcFileDownloadResult">