quanwei
2025-11-28 3ea53e61cc23fdb3ddf8b38a199ca60a6da8c407
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);