This commit is contained in:
knowpia
2022-09-16 10:13:32 +08:00
parent 205b8d7453
commit 0225f80196

View File

@@ -65,6 +65,7 @@ class Donation
$result['lastIndex'] = 0;
$result['list'] = [];
$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)){
$appUser = getAllUsersMessage($list,"user_id","id,nickname");
$studentUser = $this->getStudents($list);