owner_id = $owner_id; $this->counting_month = $counting_month; } /** * Execute the job. * * @return void */ public function handle() { if (is_null($this->owner_id)&&is_null($this->counting_month)) {//未指定统计的参数 } else { //清除历史统计记录 } } }