organization

This commit is contained in:
skiffer-git
2022-04-17 14:54:51 +08:00
parent b6e06dfdc2
commit ecc47dcfbb
2 changed files with 2 additions and 0 deletions
@@ -68,6 +68,7 @@ func CreateOrganizationUser(organizationUser *db.OrganizationUser) error {
return err
}
organizationUser.CreateTime = time.Now()
return dbConn.Table("organization_users").Create(organizationUser).Error
}