diff --git a/zc-business/src/main/resources/mapper/business/DcFileDownloadMapper.xml b/zc-business/src/main/resources/mapper/business/DcFileDownloadMapper.xml index 9151919f..96da2e5e 100644 --- a/zc-business/src/main/resources/mapper/business/DcFileDownloadMapper.xml +++ b/zc-business/src/main/resources/mapper/business/DcFileDownloadMapper.xml @@ -28,6 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and file_address = #{fileAddress} and update_by = #{updateBy} + ORDER BY create_time desc