fix bug
This commit is contained in:
@@ -69,7 +69,6 @@ class Donation
|
|||||||
|
|
||||||
if(!empty($list)){
|
if(!empty($list)){
|
||||||
$result['total'] = Db::name("order")->where(['user_id'=>$userid,'status'=>1])->where($where)->count();
|
$result['total'] = Db::name("order")->where(['user_id'=>$userid,'status'=>1])->where($where)->count();
|
||||||
$list = $list->toArray();
|
|
||||||
$appUser = getAllUsersMessage($list,"user_id","id,nickname");
|
$appUser = getAllUsersMessage($list,"user_id","id,nickname");
|
||||||
$studentUser = $this->getStudents($list);
|
$studentUser = $this->getStudents($list);
|
||||||
foreach ($list as $key => $vo) {
|
foreach ($list as $key => $vo) {
|
||||||
|
|||||||
Reference in New Issue
Block a user