소스 검색

promotion for go 10

abiao 2 년 전
부모
커밋
74ca8e806e
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

@@ -926,7 +926,7 @@ func GetNotInvovedAmount(promotionId int64, orderId string) int64 {
 		FROM
 			products_promotions AS op
 		LEFT JOIN
-			order_details AS od ON od.product_id = op.product_id AND od.order_no =?
+			order_details AS od ON od.product_id = op.product_id AND od.order_no =? AND od.is_zeng = 0
 		WHERE
 			op.promotion_id = ?
     	AND IF(od.nums IS NULL, 0, od.nums) > 0;