wupengfei 2 anni fa
parent
commit
6804ca7c15
2 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 1
      .idea/workspace.xml
  2. 0 1
      application/store/controller/Goods.php

+ 1 - 1
.idea/workspace.xml

@@ -146,7 +146,7 @@
       <workItem from="1661561991957" duration="3680000" />
       <workItem from="1661734371076" duration="15282000" />
       <workItem from="1661820079823" duration="2898000" />
-      <workItem from="1661907611720" duration="224000" />
+      <workItem from="1661907611720" duration="802000" />
     </task>
     <servers />
   </component>

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

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