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