修改商品查询

This commit is contained in:
2023-12-12 13:13:02 +08:00
parent 8fe4f57f30
commit 992dac2c1b
3 changed files with 14 additions and 2 deletions
+1
View File
@@ -278,6 +278,7 @@ class UserPatientService extends BaseService
if (empty($product)){
return fail();
}
// 获取商品库存
$params =array();
$params['product_platform_id'] = $product['product_platform_id'];