|
|
@@ -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 {
|