wupengfei 2 yıl önce
ebeveyn
işleme
64bcbfba77
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  1. 0 4
      application/store/controller/Goods.php

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

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