wupengfei 2 years ago
parent
commit
a9baffeac5
2 changed files with 1 additions and 6 deletions
  1. 1 1
      .idea/workspace.xml
  2. 0 5
      application/user/controller/Member.php

+ 1 - 1
.idea/workspace.xml

@@ -202,7 +202,7 @@
       <workItem from="1670547445908" duration="12147000" />
       <workItem from="1670633686675" duration="15717000" />
       <workItem from="1670719843429" duration="8446000" />
-      <workItem from="1670807412269" duration="2407000" />
+      <workItem from="1670807412269" duration="2513000" />
     </task>
     <servers />
   </component>

+ 0 - 5
application/user/controller/Member.php

@@ -61,11 +61,6 @@ class Member extends Controller
         if($account_type = input('get.account_type')) $where[] = ['m.account_type','=',$account_type];
         $field="m.id,m.openid,m.name,m.headimg,m.level_exp,m.phone,m.status,m.create_at,m.account_type,w.growth,w.integral,w.money,m.tag_id,label";
         $create_at = input('create_at');
-        if(isset($create_at) && $create_at) {
-            $time = explode(' - ',$_GET['create_at']);
-            $start_date_time = $time[0];
-            $end_date_time =  $time[1];
-        }
         $query = $this->_query($this->table)
             ->field($field)
             ->alias('m')