This commit is contained in:
eson 2023-09-10 03:11:35 +08:00
parent 5bedfc9237
commit 71352cc5b9

View File

@ -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,