소스 검색

优化链接查询排序功能

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