xieruidong 2 年之前
父節點
當前提交
da2ff15b3b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/admin/controller/Overview.php

+ 1 - 1
application/admin/controller/Overview.php

@@ -56,7 +56,7 @@ class Overview extends Backend
                 'total'=>$list->total(),
             ]);
         }
-        $postTime = input('startTime','');
+        list($postTime) = $this->rangeTime('startTime');
         $where = [];
         $map = [];
         if($postTime){