quanwei
2 days ago 04102f7237efefa744090ed7c25f7b5d0807b679
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);