fix
This commit is contained in:
parent
5bedfc9237
commit
71352cc5b9
|
@ -204,7 +204,7 @@ func (u *FsUserModel) RegisterByFusen(ctx context.Context, token *auth.RegisterT
|
|||
|
||||
// txUserInfo.Where("user_id = ?", user.Id).Row().Err()
|
||||
|
||||
now := time.Now()
|
||||
now := time.Now().UTC()
|
||||
uinfo := &FsUserInfo{
|
||||
Module: FsString("profile"),
|
||||
UserId: &user.Id,
|
||||
|
|
Loading…
Reference in New Issue
Block a user