|
@@ -43,7 +43,7 @@ class ProfitShareReceiverEntity extends BaseEntity
|
|
|
|
|
|
|
|
public function getReceiverList(array $params, array $pageAndLimit):Paginator
|
|
public function getReceiverList(array $params, array $pageAndLimit):Paginator
|
|
|
{
|
|
{
|
|
|
- return $this->withSearch(['order_no', 'status'],$params)
|
|
|
|
|
|
|
+ return $this->withSearch(['order_no', 'status', 'user_id'], $params)
|
|
|
->append(['status_text'])
|
|
->append(['status_text'])
|
|
|
->paginate($pageAndLimit);
|
|
->paginate($pageAndLimit);
|
|
|
}
|
|
}
|