where([ 'transfer_app_id' => $data['transfer_app_id'], 'out_order_id' => $data['out_order_id'], 'type' => TransferType::OUT ])->first(); if ($order) { return false; } return true; } }