songxingwei 3 年之前
父節點
當前提交
bab03b2c2f
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      application/store/controller/Goods.php

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

@@ -183,7 +183,6 @@ class Goods extends Controller
      */
     public function del()
     {
-        setCollectionInfoHash($this->request->post('id'));
         $this->_save($this->table, ['is_deleted' => '1']);
     }