Kaynağa Gözat

公出列表排序改成创建倒序

anderx 1 yıl önce
ebeveyn
işleme
27c3d093c0

+ 1 - 0
src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

@@ -2434,6 +2434,7 @@ inner join(
 	  left join user_follow e on a.ufid =e.id
 		where b.status =2 and b.`type` in (0,1,2)
 		and a.uid = #{id}
+		order by b.create_time desc
 	</select>
 
 	<select id="selectMyUserList" resultType="com.goafanti.customer.bo.SelectMyUserOut">