wupengfei 3 سال پیش
والد
کامیت
b617fe4439
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      application/admin/controller/shopro/Dashboard.php

+ 1 - 1
application/admin/controller/shopro/Dashboard.php

@@ -28,10 +28,10 @@ class Dashboard extends Backend
             $this->model = new \app\admin\model\shopro\order\Order;
             $where = [
                 'createtime' => ['between', [$startTime, $endTime]],
-                'special_num' => ['>', 0]
             ];
             $list = $this->model
                 ->where($where)
+                ->where('special_num','>',0)
                 ->with('item')
                 ->order('id')
                 ->select();