|
@@ -294,7 +294,6 @@ func (self *OrderController) GetCartBuyList() {
|
|
|
count := int64(0)
|
|
count := int64(0)
|
|
|
total := int64(0)
|
|
total := int64(0)
|
|
|
for _, item := range list {
|
|
for _, item := range list {
|
|
|
- beego.BeeLogger.Warn("count--%d", item.Count)
|
|
|
|
|
count += item.Count
|
|
count += item.Count
|
|
|
product := product_model.GetProductById(item.ProductId, cache)
|
|
product := product_model.GetProductById(item.ProductId, cache)
|
|
|
wxUser := user_model.GetWxUserById(item.WxUserId, cache)
|
|
wxUser := user_model.GetWxUserById(item.WxUserId, cache)
|