Commit e868fc0343cbab54bc672824e0dcd1a3917c10d4
1 parent
00bcd77706
Exists in
master
and in
1 other branch
bug
Showing 1 changed file with 1 additions and 1 deletions
talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/ChatGroupController.java
View file @
e868fc0
... | ... | @@ -49,7 +49,7 @@ |
49 | 49 | * @return |
50 | 50 | */ |
51 | 51 | @PostMapping("saveChatGroup") |
52 | - public BaseResponse saveChatGroup(LymsChatgroup group) { | |
52 | + public BaseResponse saveChatGroup(@RequestBody LymsChatgroup group) { | |
53 | 53 | BaseResponse baseResponse = new BaseResponse(); |
54 | 54 | List<LymsChatgroup> gLst = lymsChatgroupService.list(Wrappers.query(group)); |
55 | 55 | if (group.getOwnerk() == null) { |