浏览代码

达人列表增加排序

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