修改商品查询
This commit is contained in:
@@ -278,6 +278,7 @@ class UserPatientService extends BaseService
|
||||
if (empty($product)){
|
||||
return fail();
|
||||
}
|
||||
|
||||
// 获取商品库存
|
||||
$params =array();
|
||||
$params['product_platform_id'] = $product['product_platform_id'];
|
||||
|
||||
Reference in New Issue
Block a user