|
@@ -144,7 +144,7 @@ class Product extends Api
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//获取持有产品订单列表
|
|
//获取持有产品订单列表
|
|
|
- public function getHoldList(OrderLogic $orderLogic)
|
|
|
|
|
|
|
+ public function getHoldProductOrderList(OrderLogic $orderLogic)
|
|
|
{
|
|
{
|
|
|
$productId = $this->request->post('product_id/d', '');
|
|
$productId = $this->request->post('product_id/d', '');
|
|
|
if(empty($productId)) $this->error('参数错误');
|
|
if(empty($productId)) $this->error('参数错误');
|