gomod引用
This commit is contained in:
@@ -45,7 +45,7 @@ func (d *order) CreatePendingOrder(ctx context.Context, order *entity.OrderPendi
|
||||
return err
|
||||
}
|
||||
|
||||
order.ID = bson.NewObjectID()
|
||||
order.Id = bson.NewObjectID()
|
||||
order.CreatedAt = time.Now()
|
||||
order.UpdatedAt = time.Now()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user