@@ -89,7 +89,7 @@ func GetWxUserRaiLabelListByUserIds(userIdArr []int) (list []*WxUserRaiLabelList
WHERE
user_id IN ( ` + utils.GetOrmInReplace(lenArr) + ` )
ORDER BY
- user_id DESC
+ create_time DESC
) AS t
t.rank <= 10