This commit is contained in:
knowpia
2022-09-16 13:37:54 +08:00
parent a336d09f27
commit 24816ad00c

View File

@@ -69,7 +69,6 @@ class Donation
if(!empty($list)){
$result['total'] = Db::name("order")->where(['user_id'=>$userid,'status'=>1])->where($where)->count();
$list = $list->toArray();
$appUser = getAllUsersMessage($list,"user_id","id,nickname");
$studentUser = $this->getStudents($list);
foreach ($list as $key => $vo) {