where('last_jiesuan_date','<',$date)->orderBy('id asc')->get(); if(empty($wallet)){ echo $date.'没有了'; exit; } $wallet = json_decode(json_encode($wallet),true); foreach($wallet as $key => $one){ dump($one); //$this->service->playerPush($one, 0); } } }