quguofeng 2 år sedan
förälder
incheckning
3df716657f
1 ändrade filer med 1 tillägg och 0 borttagningar
  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(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();