quanwei
2025-12-04 12913c1069347ea4b1f6ab87f480da0f8d8c646a
admin/app/shop/model/branch/Activity.php
@@ -15,7 +15,7 @@
     */
    public function getList($params)
    {
        return $this->with(['image', 'category'])
        return $this->with(['image', 'category', 'branch'])
            ->where('is_delete', '=', 0)
            ->order(['sort' => 'desc', 'create_time' => 'desc'])
            ->paginate($params);