You've already forked guangan
不能等于0
This commit is contained in:
@ -16,7 +16,7 @@ class UserPoint extends Auth
|
||||
}
|
||||
|
||||
public function myPointLog() {
|
||||
$page = PointsMallUserPointLog::mk()->where('uid', $this->usid)->order('create_at desc')->paginate();
|
||||
$page = PointsMallUserPointLog::mk()->where('uid', $this->usid)->where("point", "<>", 0)->order('create_at desc')->paginate();
|
||||
$this->success('获取积分记录', $page);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user