quguofeng 2 éve
szülő
commit
da9c46f91b
1 módosított fájl, 0 hozzáadás és 1 törlés
  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();