quguofeng 2 tahun lalu
induk
melakukan
2b8c6427c3
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      application/store/controller/Goods.php

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

@@ -32,6 +32,7 @@ class Goods extends Controller
     public function index()
     {
         checkCollectionState();
+        loseCollectionInventory(7,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();