...
|
...
|
@@ -78,7 +78,7 @@ func CreateBusinessBonusRepository(options map[string]interface{}) (domain.Busin |
|
|
return repository.NewBusinessBonusRepository(transactionContext)
|
|
|
}
|
|
|
|
|
|
//CreateOrderGoodBestshopRepository 海鲜干货订单商品信息
|
|
|
//CreateOrderGoodBestshopRepository 小米(海鲜干货改)的订单商品信息
|
|
|
func CreateOrderGoodBestshopRepository(options map[string]interface{}) (domain.OrderGoodBestshopRepository, error) {
|
|
|
var transactionContext *transaction.TransactionContext
|
|
|
if value, ok := options["transactionContext"]; ok {
|
...
|
...
|
@@ -87,7 +87,7 @@ func CreateOrderGoodBestshopRepository(options map[string]interface{}) (domain.O |
|
|
return repository.NewOrderGoodBestshopRepository(transactionContext)
|
|
|
}
|
|
|
|
|
|
//CreateOrderGoodBestshopRepository 海鲜干货订单信息
|
|
|
//CreateOrderGoodBestshopRepository 小米(海鲜干货改)订单信息
|
|
|
func CreateOrderBestshopRepository(options map[string]interface{}) (domain.OrderBestshopRepository, error) {
|
|
|
var transactionContext *transaction.TransactionContext
|
|
|
if value, ok := options["transactionContext"]; ok {
|
...
|
...
|
@@ -96,7 +96,7 @@ func CreateOrderBestshopRepository(options map[string]interface{}) (domain.Order |
|
|
return repository.NewOrderBestshopRepository(transactionContext)
|
|
|
}
|
|
|
|
|
|
//CreateOrderGoodBestshopRepository 海鲜干货订单信息
|
|
|
//CreateOrderGoodBestshopRepository小米(海鲜干货改)订单信息
|
|
|
func CreateOrderLogRepository(options map[string]interface{}) (domain.OrderLogRepository, error) {
|
|
|
var transactionContext *transaction.TransactionContext
|
|
|
if value, ok := options["transactionContext"]; ok {
|
...
|
...
|
|