|
|
@ -26,7 +26,6 @@ class ActivityService implements ActivityServiceInterface |
|
|
|
|
|
|
|
|
public function allForAppletIndex($type, $marketId) |
|
|
public function allForAppletIndex($type, $marketId) |
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|
$builder = GoodsActivity::query() |
|
|
$builder = GoodsActivity::query() |
|
|
->select(['*']) |
|
|
->select(['*']) |
|
|
->where(['type' => $type]) |
|
|
->where(['type' => $type]) |
|
|
|