소스 검색

change shop area rank

abiao 4 년 전
부모
커밋
b8bbbd3268
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      go/gopath/src/fohow.com/apps/controllers/order_controller/cart_controller.go

+ 1 - 0
go/gopath/src/fohow.com/apps/controllers/order_controller/cart_controller.go

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