quguofeng 2 年之前
父节点
当前提交
da9c46f91b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      application/store/controller/Goods.php

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

@@ -32,7 +32,6 @@ class Goods extends Controller
     public function index()
     {
         checkCollectionState();
-        loseCollectionInventory(4,1);
         $this->title = '售卖藏品管理';
         $query = $this->_query($this->table)->where('is_deleted',0)->like('name');
         $query->dateBetween('create_at')->whereIn('type',1)->order('id desc')->page();