|
@@ -945,7 +945,7 @@ func GetNotInvovedAmount(promotionId int64, orderId string) int64 {
|
|
|
item_pd := product_model.GetProductById(item.ProductId, true)
|
|
item_pd := product_model.GetProductById(item.ProductId, true)
|
|
|
total += item.Nums * item_pd.Price
|
|
total += item.Nums * item_pd.Price
|
|
|
}
|
|
}
|
|
|
- beego.BeeLogger.Error("GetNotInvovedAmount-total-%d", total)
|
|
|
|
|
|
|
+ beego.BeeLogger.Info("GetNotInvovedAmount--promotionId--%d-total-%d", promotionId, total)
|
|
|
return total
|
|
return total
|
|
|
}
|
|
}
|
|
|
|
|
|