|
@ -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="fileAddress != null and fileAddress != ''"> and file_address = #{fileAddress}</if> |
|
|
<if test="updateBy != null and updateBy != ''"> and update_by = #{updateBy}</if> |
|
|
<if test="updateBy != null and updateBy != ''"> and update_by = #{updateBy}</if> |
|
|
</where> |
|
|
</where> |
|
|
|
|
|
ORDER BY create_time desc |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="selectDcFileDownloadById" parameterType="Long" resultMap="DcFileDownloadResult"> |
|
|
<select id="selectDcFileDownloadById" parameterType="Long" resultMap="DcFileDownloadResult"> |
|
|