where([ 'mall_id' => $this->mall_id, 'id' => $id, ])->one(); if (empty($poster)) return $this->error('海报不存在'); return $poster->changeStatus(); } }