Browse Source

倒序

develop
wangsixiang 5 months ago
parent
commit
d6acfbef8d
  1. 1
      zc-business/src/main/resources/mapper/business/DcFileDownloadMapper.xml

1
zc-business/src/main/resources/mapper/business/DcFileDownloadMapper.xml

@ -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">

Loading…
Cancel
Save