xieruidong 2 年之前
父节点
当前提交
49dd9f6843
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/admin/controller/Customer.php

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

@@ -31,7 +31,7 @@ class Customer extends Backend
         } catch (\Exception $e) {
 
         }
-        $postTime = input('startTime','');
+        $postTime = $this->rangeTime('startTime');
         $where = [];
         $map = [];
         if($postTime){