소스 검색

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)