|
|
@@ -77,7 +77,7 @@ class OrderItemController extends BaseController
|
|
|
$productId = $get['productId'] ?? 0;
|
|
|
$product = ProductClass::getById($productId, true);
|
|
|
ProductClass::check($product, $this->mainId);
|
|
|
- $where = ['shopId' => $this->shopId, 'productId' => $productId];
|
|
|
+ $where = ['productId' => $productId];
|
|
|
$respond = OrderItemClass::getOrderInfoList($where);
|
|
|
util::success($respond);
|
|
|
}
|