作者 郭文星

123

@@ -62,7 +62,7 @@ class Dashboard extends Backend @@ -62,7 +62,7 @@ class Dashboard extends Backend
62 'todayuserlogin' => User::whereTime('logintime', 'today')->count(), 62 'todayuserlogin' => User::whereTime('logintime', 'today')->count(),
63 'sevendau' => User::whereTime('jointime|logintime|prevtime', '-7 days')->count(), 63 'sevendau' => User::whereTime('jointime|logintime|prevtime', '-7 days')->count(),
64 //'thirtydau' => User::whereTime('jointime|logintime|prevtime', '-30 days')->count(), 64 //'thirtydau' => User::whereTime('jointime|logintime|prevtime', '-30 days')->count(),
65 - 'notselectedorder' => \app\admin\model\Order::where("driver_id","")->count(), 65 + 'notselectedorder' => \app\admin\model\Order::where("driver_id",null)->count(),
66 'newadditionorder' => \app\admin\model\Order::where("is_check",0)->count(), 66 'newadditionorder' => \app\admin\model\Order::where("is_check",0)->count(),
67 'threednu' => User::whereTime('jointime', '-3 days')->count(), 67 'threednu' => User::whereTime('jointime', '-3 days')->count(),
68 'sevendnu' => User::whereTime('jointime', '-7 days')->count(), 68 'sevendnu' => User::whereTime('jointime', '-7 days')->count(),