|
@@ -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();
|