args[0]??"transferApp"; $app = TransferApp::query()->where('out_id2', $value)->first(); if($app){ $this->validationSet($field,$app); return true; } return false; } }