wupengfei 2 年之前
父節點
當前提交
fa8ba6b5bc
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      application/store/controller/Goods.php

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

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