mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-22 06:49:15 +08:00
Update Rebate.php
This commit is contained in:
parent
b997eeebde
commit
798c0d9bb1
@ -26,6 +26,7 @@ class Rebate extends Auth
|
|||||||
public function get()
|
public function get()
|
||||||
{
|
{
|
||||||
$query = $this->_query($this->table)->where(['uid' => $this->uuid]);
|
$query = $this->_query($this->table)->where(['uid' => $this->uuid]);
|
||||||
$query->like('create_at#date')->order('id desc')->page(true, false, false, 15);
|
$result = $query->like('create_at#date')->order('id desc')->page(true, false, false, 15);
|
||||||
|
$this->success('获取用户返利', $result);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user