Pārlūkot izejas kodu

达人列表增加排序

yumeng 2 gadi atpakaļ
vecāks
revīzija
8a97075891

+ 1 - 0
ruixuan-live/src/main/resources/mapper/isc/KuaishouPromoterMapper.xml

@@ -61,6 +61,7 @@
                 and promoter_nick_name like concat('%', #{promoterNickName}, '%')
             </if>
         </where>
+        order by create_time desc
     </select>
 
     <select id="selectKuaishouPromoterById" parameterType="Long" resultMap="KuaishouPromoterResult">