mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-07 10:35:59 +08:00
organization
This commit is contained in:
@@ -68,6 +68,7 @@ func CreateOrganizationUser(organizationUser *db.OrganizationUser) error {
|
||||
return err
|
||||
}
|
||||
organizationUser.CreateTime = time.Now()
|
||||
|
||||
return dbConn.Table("organization_users").Create(organizationUser).Error
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user