fix bug
This commit is contained in:
@@ -65,7 +65,7 @@ class Donation
|
|||||||
$result['lastIndex'] = 0;
|
$result['lastIndex'] = 0;
|
||||||
$result['list'] = [];
|
$result['list'] = [];
|
||||||
$list = Db::name("order")->where(['user_id'=>$userid,'status'=>1])->where($where)->order("id desc")->limit(env("page_count"))->select()->toArray();
|
$list = Db::name("order")->where(['user_id'=>$userid,'status'=>1])->where($where)->order("id desc")->limit(env("page_count"))->select()->toArray();
|
||||||
print_r($list);
|
|
||||||
if(!empty($list)){
|
if(!empty($list)){
|
||||||
$appUser = getAllUsersMessage($list,"user_id","id,nickname");
|
$appUser = getAllUsersMessage($list,"user_id","id,nickname");
|
||||||
$studentUser = $this->getStudents($list);
|
$studentUser = $this->getStudents($list);
|
||||||
|
|||||||
Reference in New Issue
Block a user