From d2e3fc556f757ba8c69f5e4e58750dbe3c92adb7 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Thu, 27 Jul 2023 16:12:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BC=98=E5=8C=96groupStatus=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/group_r/group_op.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/group_r/group_op.go b/route/group_r/group_op.go index 190e84c..f74a21c 100644 --- a/route/group_r/group_op.go +++ b/route/group_r/group_op.go @@ -448,7 +448,7 @@ func GetGroupDetail(c *gin.Context) (*mycontext.MyContext, error) { result.Role = group_e.GROUP_MEMBER } - groupUser := group_m.GroupUser{Model: model, UserId: userId} + groupUser := group_m.GroupUser{Model: model, UserId: userId, GroupId: groupId} msgStatus, err := groupUser.Get() if err != nil { return myContext, err -- 2.22.0