修改查看成员BUG

master
李泽帆 2026-02-02 20:57:44 +08:00
parent 69d64fb2ed
commit 17a1dfc557
1 changed files with 1 additions and 1 deletions

View File

@ -2453,7 +2453,7 @@ public class GroupService {
ITObject obj1 = TObject.newInstance();
String sql = "SELECT uid,hp,join_time,lev,parentId,partnerLev,ban ";
String order_sql = "ORDER BY hp DESC,join_time ASC";
String order_sql = "ORDER BY hp DESC,join_time,uid ASC";
GroupBean gb = GroupCache.getGroup(groupId);