wupengfei 2 years ago
parent
commit
b374afcb18
2 changed files with 3 additions and 8 deletions
  1. 1 2
      .idea/workspace.xml
  2. 2 6
      application/api/common.php

+ 1 - 2
.idea/workspace.xml

@@ -4,7 +4,6 @@
     <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/common.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/common.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" />
@@ -199,7 +198,7 @@
       <workItem from="1669952538953" duration="9708000" />
       <workItem from="1670201125142" duration="9015000" />
       <workItem from="1670287594399" duration="11535000" />
-      <workItem from="1670461023846" duration="17141000" />
+      <workItem from="1670461023846" duration="17193000" />
     </task>
     <servers />
   </component>

+ 2 - 6
application/api/common.php

@@ -111,6 +111,8 @@ function jg_push()
         return $e;
     }
 
+}
+
 function numTransform($num)
 {
     $num = intval($num);
@@ -120,9 +122,3 @@ function numTransform($num)
     return trim('.0',$cal_num).'w+';
 }
 
-
-
-}
-
-
-