|
|
@@ -205,6 +205,7 @@ class User extends BaseController
|
|
|
[$start,$stop]= $this->request->params(['start','stop'],true);
|
|
|
$where['date'] = $start&&$stop ? date('Y/m/d',$start).'-'.date('Y/m/d',$stop) : '';
|
|
|
$where['category'] = 'brokerage';
|
|
|
+ $where['pm'] = $this->request->param('pm', 0);
|
|
|
return app('json')->success($billRepository->userList($where, $this->request->uid(), $page, $limit));
|
|
|
}
|
|
|
/**
|