add:标签,球馆

This commit is contained in:
2025-04-29 15:55:35 +08:00
parent 32612f3103
commit 0bd7421371
32 changed files with 2422 additions and 2 deletions

View File

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