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

+ 2 - 2
.idea/workspace.xml

@@ -3,7 +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/Base.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Base.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/api/controller/Qc.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Qc.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -218,7 +218,7 @@
       <workItem from="1673399011843" duration="19253000" />
       <workItem from="1673485061294" duration="18259000" />
       <workItem from="1673571454158" duration="9346000" />
-      <workItem from="1674867530758" duration="20313000" />
+      <workItem from="1674867530758" duration="20366000" />
     </task>
     <servers />
   </component>

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

@@ -16,6 +16,7 @@ class Qc extends Base {
 
     public function index()
     {
+        parent::initialize();
         Hook::listen('test');
     }