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){