$this->id, 'res_id' => $this->res_id, 'res_type' => $this->res_type, 'type' => $this->type, 'editor_uid' => $this->editor_uid ]; switch ($this->res_type) { case 'wbw': $wbw = Wbw::where('uid',$this->res_id) ->select(['book_id','paragraph','wid']) ->first(); $data['wbw'] = $wbw; break; } return $data; } }