first(); } /** * 更新状态 */ static function updateBatchCustomSendMsgStatusById($id,$status,$del_flag=0) { return self::where('id', $id)->update(['status'=>$status,'del_flag'=>$del_flag,'updated_at'=>date('Y-m-d H:i:s')]); } }