where('out_id2',$id)->first(); return $model; } /** * 获取划转配置信息 * @param int $trapp_id * @return TransferApp */ static public function get($trapp_id):TransferApp { $model = TransferApp::find($trapp_id); return $model; } }