mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Rebate.php
This commit is contained in:
parent
798c0d9bb1
commit
2570667b4c
@ -25,7 +25,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])->equal('status');
|
||||||
$result = $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);
|
$this->success('获取用户返利', $result);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user