WIN-2308041133\Administrator 6 months ago
parent
commit
50f8c713ad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/controller/api/user/User.php

+ 1 - 0
app/controller/api/user/User.php

@@ -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));
     }
     /**