|
|
|
@ -128,6 +128,7 @@ class Goods extends GoodsService |
|
|
|
|
'is_delete' => 0, |
|
|
|
|
'is_brand' => $_GET['is_brand'], |
|
|
|
|
'is_new' => $_GET['is_new'], |
|
|
|
|
'is_in_store' => $_GET['is_in_store'] ?? 0,//是否店内 |
|
|
|
|
'store_id' => $storeid, |
|
|
|
|
'categoryId' => (int)$_GET['categoryId'], |
|
|
|
|
], 15); |
|
|
|
|