wupengfei 2 سال پیش
والد
کامیت
7982616671
2فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 2 2
      .idea/workspace.xml
  2. 1 0
      application/store/controller/Config.php

+ 2 - 2
.idea/workspace.xml

@@ -3,7 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="a760c6e5-d38f-48d9-be27-0f7a4f48e29f" 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/common/library/Shande.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/common/library/Shande.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/store/controller/Config.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/store/controller/Config.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -151,7 +151,7 @@
       <workItem from="1661993135050" duration="4377000" />
       <workItem from="1662078426211" duration="8432000" />
       <workItem from="1662190020639" duration="1313000" />
-      <workItem from="1662338106399" duration="737000" />
+      <workItem from="1662338106399" duration="1963000" />
     </task>
     <servers />
   </component>

+ 1 - 0
application/store/controller/Config.php

@@ -42,6 +42,7 @@ class Config extends Controller
         $this->sell_switch = sysconf('sell_switch');
         $this->crystal_switch = sysconf('crystal_switch');
         $this->goods_detail_switch = sysconf('goods_detail_switch');
+        var_dump(566666);
         $this->fetch();
     }