fix bug
This commit is contained in:
@@ -75,7 +75,7 @@ class Donation
|
|||||||
"id"=>$vo['id'],
|
"id"=>$vo['id'],
|
||||||
"date"=> explode(" ",$vo['create_time'])[0],
|
"date"=> explode(" ",$vo['create_time'])[0],
|
||||||
"student_nickname"=>$studentUser[$vo['student_id']]['nickname'],
|
"student_nickname"=>$studentUser[$vo['student_id']]['nickname'],
|
||||||
"donation_nickname"=>$appUser[$vo['user_']]['nickname'],
|
"donation_nickname"=>$appUser[$vo['user_id']]['nickname'],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
if (count($list) < env("PAGE_COUNT")) {
|
if (count($list) < env("PAGE_COUNT")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user