更新
This commit is contained in:
parent
637f17726c
commit
c08249ce5a
@ -389,8 +389,8 @@ class MerchantIntention extends BaseController
|
|||||||
public function lst()
|
public function lst()
|
||||||
{
|
{
|
||||||
[$page, $limit] = $this->getPage();
|
[$page, $limit] = $this->getPage();
|
||||||
$type = $this->request->get('type', 1);
|
// $type = $this->request->get('type', 1);
|
||||||
$data = $this->repository->getList(['uid' => $this->userInfo->uid, 'type' => $type], $page, $limit);
|
$data = $this->repository->getList(['uid' => $this->userInfo->uid], $page, $limit);
|
||||||
return app('json')->success($data);
|
return app('json')->success($data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user