Skip to content

Commit

Permalink
fix: wrong column 2
Browse files Browse the repository at this point in the history
  • Loading branch information
a3d21 committed Oct 31, 2023
1 parent 97b5efe commit 5b35f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/common/db/relation/conversation_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func (c *ConversationGorm) FindRecvMsgNotNotifyUserIDs(
return userIDs, utils.Wrap(
c.db(ctx).
Where("group_id = ? and recv_msg_opt = ?", groupID, constant.ReceiveNotNotifyMessage).
Pluck("user_id", &userIDs).
Pluck("owner_user_id", &userIDs).
Error,
"",
)
Expand Down

0 comments on commit 5b35f79

Please sign in to comment.