소스 검색

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
 }