add:标签,球馆
This commit is contained in:
@@ -20,7 +20,7 @@ class GoodsService
|
||||
protected $is_activity = false; // 是否处理活动
|
||||
protected $show_score_shop = false; // 查询积分商城商品
|
||||
|
||||
public function __construct(\Closure $format = null, \think\db\Query $query = null)
|
||||
public function __construct(?\Closure $format = null, ?\think\db\Query $query = null)
|
||||
{
|
||||
$this->query = $query ?: new Goods();
|
||||
$this->format = $format;
|
||||
|
||||
Reference in New Issue
Block a user