gomod引用

This commit is contained in:
2025-12-12 16:20:47 +08:00
parent 0393931e91
commit a4ba4dd715
27 changed files with 2886 additions and 87 deletions

View File

@@ -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()