Selaa lähdekoodia

优化链接查询排序功能

cgp 4 päivää sitten
vanhempi
commit
9ad80cbff7

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