wupengfei 2 anni fa
parent
commit
36384b5006
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 2
      .idea/workspace.xml
  2. 1 0
      application/user/controller/Member.php

+ 1 - 2
.idea/workspace.xml

@@ -2,7 +2,6 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
-      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/user/controller/Member.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/user/controller/Member.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
@@ -212,7 +211,7 @@
       <workItem from="1672880479757" duration="22897000" />
       <workItem from="1672966192005" duration="19617000" />
       <workItem from="1673052319155" duration="16867000" />
-      <workItem from="1673226266250" duration="7348000" />
+      <workItem from="1673226266250" duration="7374000" />
     </task>
     <servers />
   </component>

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

@@ -279,6 +279,7 @@ class Member extends Controller
         if($this->request->isGet())
         {
             $user_id = input('get.user_id');
+            var_dump($user_id);
             $list = UserFacility::where('user_id',$user_id)->column('facility','type');
             $this->fetch('', ['list' =>$list,'user_id'=>$user_id]);
         }else{