فهرست منبع

达人列表增加排序

yumeng 2 سال پیش
والد
کامیت
8a97075891
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      ruixuan-live/src/main/resources/mapper/isc/KuaishouPromoterMapper.xml

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