瀏覽代碼

优化链接查询排序功能

cgp 4 天之前
父節點
當前提交
9ad80cbff7
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs-service/src/main/resources/mapper/qw/QwAcquisitionLinkInfoMapper.xml

+ 1 - 0
fs-service/src/main/resources/mapper/qw/QwAcquisitionLinkInfoMapper.xml

@@ -64,6 +64,7 @@
                 and acinfo.random_str like concat('%', #{randomStr}, '%')
             </if>
         </where>
+        order by acinfo.create_time desc
     </select>
 
     <select id="selectQwAcquisitionLinkInfoById" parameterType="Long" resultMap="QwAcquisitionLinkInfoResult">