作者 王智

文档修改

... ... @@ -78,8 +78,6 @@ class SeasonBanner extends Backend
public function edit($ids = null)
{
$row = $this->model->get($ids);
dump($row);
die;
$Info = Db::name('season_banner')->where('id', $ids)->find();
if (!$row) {
$this->error(__('No Results were found'));
... ...