@@ -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');