|
@@ -73,8 +73,16 @@ class Dashboard extends Backend
|
|
|
|
|
|
//各项为审核的,待处理的数量
|
|
|
$this->view->assign([
|
|
|
- 'wait_report' => Db::name('report')->where('status',0)->count(),
|
|
|
- 'wait_dt_report' => Db::name('topic_dongtai_report')->where('status',0)->count(),
|
|
|
+ 'wait_report' => Db::name('report')->where('status',0)->count(),
|
|
|
+ 'wait_dt_report' => Db::name('topic_dongtai_report')->where('status',0)->count(),
|
|
|
+ 'wait_user_audit' => Db::name('user_audit')->where('status',0)->count(),
|
|
|
+ 'wait_user_idconfirm' => Db::name('user_idconfirm')->where('status',0)->count(),
|
|
|
+ 'wait_take_cash' => Db::name('take_cash')->where('status',0)->count(),
|
|
|
+ 'wait_dongtai' => Db::name('topic_dongtai')->where('auditstatus',0)->count(),
|
|
|
+ 'wait_greet' => Db::name('user_greet')->where('status',0)->count(),
|
|
|
+
|
|
|
+ 'wait_introapply' => Db::name('user_intro_apply')->where('status',0)->count(),
|
|
|
+ 'wait_withdraw' => Db::name('withdraw')->where('status',0)->count(),
|
|
|
]);
|
|
|
|
|
|
return $this->view->fetch();
|