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