Commit a46941dc6023a7ad4959e500013835c4fba2ca7c

Authored by changpengfei
1 parent 55a87c5d06
Exists in master

update

Showing 1 changed file with 1 additions and 1 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/ChatGroupController.java View file @ a46941d
... ... @@ -99,7 +99,7 @@
99 99 Map<String, Object> rs = new HashMap<>();
100 100  
101 101 // chatgroup = lymsChatgroupService.getOne(Wrappers.query(chatgroup));
102   - List<LymsChatgroup> gLst = lymsChatgroupService.list(Wrappers.query(chatgroup).orderByDesc("ctime"));
  102 + List<LymsChatgroup> gLst = lymsChatgroupService.list(Wrappers.query(chatgroup).orderByDesc("id"));
103 103  
104 104 if (gLst.size()>0){
105 105 chatgroup=gLst.get(0);