wupengfei 2 years ago
parent
commit
178570bd32
2 changed files with 3 additions and 3 deletions
  1. 2 3
      .idea/workspace.xml
  2. 1 0
      application/store/controller/Goods.php

+ 2 - 3
.idea/workspace.xml

@@ -2,8 +2,7 @@
 <project version="4">
 <project version="4">
   <component name="ChangeListManager">
   <component name="ChangeListManager">
     <list default="true" id="a760c6e5-d38f-48d9-be27-0f7a4f48e29f" name="Default Changelist" comment="">
     <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$/public/static/plugs/layui/layui.all.js" beforeDir="false" afterPath="$PROJECT_DIR$/public/static/plugs/layui/layui.all.js" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/store/controller/Goods.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/store/controller/Goods.php" afterDir="false" />
     </list>
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -147,7 +146,7 @@
       <workItem from="1661561991957" duration="3680000" />
       <workItem from="1661561991957" duration="3680000" />
       <workItem from="1661734371076" duration="15282000" />
       <workItem from="1661734371076" duration="15282000" />
       <workItem from="1661820079823" duration="2898000" />
       <workItem from="1661820079823" duration="2898000" />
-      <workItem from="1661907611720" duration="158000" />
+      <workItem from="1661907611720" duration="224000" />
     </task>
     </task>
     <servers />
     <servers />
   </component>
   </component>

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

@@ -31,6 +31,7 @@ class Goods extends Controller
      */
      */
     public function index()
     public function index()
     {
     {
+        var_dump(666);
         checkCollectionState();
         checkCollectionState();
         $this->title = '售卖藏品管理';
         $this->title = '售卖藏品管理';
         $query = $this->_query($this->table)->where('is_deleted',0)->like('name');
         $query = $this->_query($this->table)->where('is_deleted',0)->like('name');