瀏覽代碼

promotion for go 3

abiao 2 年之前
父節點
當前提交
8c2271e450
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      go/gopath/src/fohow.com/apps/models/order_model/order.go

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

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