|
|
|
@ -504,8 +504,8 @@ class Goods extends BaseModel |
|
|
|
|
$filter[] = ['spec_type', '=', $params['spec_type']]; |
|
|
|
|
} |
|
|
|
|
//gj |
|
|
|
|
if (isset($param['merchantId']) && $param['merchantId']) { |
|
|
|
|
$filter[] = ['goods.merchant_id', '=', $param['merchantId']]; |
|
|
|
|
if (isset($param['merchant_id']) && $param['merchant_id']) { |
|
|
|
|
$filter[] = ['goods.merchant_id', '=', $param['merchant_id']]; |
|
|
|
|
} |
|
|
|
|
//是否店内 |
|
|
|
|
//if (isset($param['is_in_store']) && $param['is_in_store'] !== '') { |
|
|
|
|