Commit 030a0ab9 authored by sugar's avatar sugar

股权

parent 29e54a6d
...@@ -782,7 +782,7 @@ class Users extends Api ...@@ -782,7 +782,7 @@ class Users extends Api
public function myBill() public function myBill()
{ {
$page = $this->request->param('page', 1); $page = $this->request->param('page', 1);
$type = $this->request->param('type', 9); //9购物金 $type = $this->request->param('type', 9); //9购物金 13股权股票变更
$heatos = $this->request->param('heatos', 0); //1正数收入,-1负数支出 $heatos = $this->request->param('heatos', 0); //1正数收入,-1负数支出
$where = []; $where = [];
$where['user_id'] = $this->auth->id; $where['user_id'] = $this->auth->id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment