ソースを参照

promotion for go 4

abiao 2 年 前
コミット
9ca67cf2b2
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      go/gopath/src/fohow.com/apps/models/order_model/order.go

+ 1 - 0
go/gopath/src/fohow.com/apps/models/order_model/order.go

@@ -939,6 +939,7 @@ func GetNotInvovedAmount(promotionId int64, orderId string) int64 {
 		beego.BeeLogger.Debug("GetNotInvovedAmount err=%s", err)
 		return 0
 	}
+	fmt.Println(results)
 	total := int64(0)
 	for _, item := range results {
 		item_pd := product_model.GetProductById(item.ProductId, true)