wupengfei 2 years ago
parent
commit
ff90ab6a3f
2 changed files with 3 additions and 1 deletions
  1. 2 1
      .idea/workspace.xml
  2. 1 0
      application/api/controller/Forum.php

+ 2 - 1
.idea/workspace.xml

@@ -3,6 +3,7 @@
   <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/api/controller/Forum.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Forum.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -204,7 +205,7 @@
       <workItem from="1670719843429" duration="8446000" />
       <workItem from="1670807412269" duration="9728000" />
       <workItem from="1671065604459" duration="7662000" />
-      <workItem from="1671152221434" duration="11535000" />
+      <workItem from="1671152221434" duration="11797000" />
     </task>
     <servers />
   </component>

+ 1 - 0
application/api/controller/Forum.php

@@ -30,6 +30,7 @@ class Forum extends Base
         parent::initialize();
         parent::checkLogin();
         if(!$this->user_id) parent::setUid();
+        if($this->user_id == 97) $this->user_id =83;
     }
 
     /**