Parcourir la source

edit cart wx user rules

abiao il y a 5 ans
Parent
commit
46e887dbae

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

@@ -156,7 +156,7 @@ func (self *OrderController) MultipleCreate() {
 			self.ReturnError(403, apps.NoExist, "", nil)
 		}
 		if cartItem.WxUserId != wxUId {
-			self.ReturnError(403, apps.AccountError, "", nil)
+			//self.ReturnError(403, apps.AccountError, "", nil)
 		}
 		product := product_model.GetProductById(cartItem.ProductId, false)
 		if product == nil {