修改商品查询

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
+2 -2
View File
@@ -447,8 +447,8 @@ class BasicDataService extends BaseService
];
$params = array();
$params['product_status'] = 1;
$params['is_delete'] = 0;
$product = Product::getWithAmountPage($params, $keyword,$fields, $page, $per_page);
if (empty($product['data'])) {
return success($product);