待提现
This commit is contained in:
@@ -246,7 +246,7 @@ func GetMessageGroupMembers(db *DaoDB, groupID, groupType int, memberUserID stri
|
||||
FROM message_group_member a
|
||||
`
|
||||
if groupType != 0 {
|
||||
sql += ` JOIN message_group b ON b.group_id = a.group_id AND b.group_type = ?`
|
||||
sql += ` JOIN message_group b ON b.group_id = a.group_id AND b.type = ?`
|
||||
sqlParams = append(sqlParams, groupType)
|
||||
}
|
||||
sql += `
|
||||
|
||||
Reference in New Issue
Block a user