abiao пре 5 година
родитељ
комит
7299055cf6

+ 1 - 1
go/gopath/src/fohow.com/apps/controllers/product_controller/product_controller.go

@@ -193,7 +193,7 @@ func (self *ProductController) GetNeedShare() {
 		NeedShare int64 `json:"need_share"`
 	}
 
-	needShare := int64(1)
+	needShare := int64(0)
 	//限新逻辑: 微信支付完成购买过商品的用户
 	if pd.IsOnlyNew {
 		paiedOrder := order_model.GetPaiedOrderByWxUIdAndPayWayLimitOne(wxUId, order_model.PAY_WAY_WEIXIN, false)