Skip to content

Commit 73b9357

Browse files
Merge pull request #210 from totvs/bugfix/DDWMISSI-1294-release
DDWMISSI-1294
2 parents b450733 + 72afcd3 commit 73b9357

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

pdvsync/rotas/WTA - CONSULTA RCA.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@
7373
"id_retarguada": "=concat('RCA-', @(1,matricula_s))",
7474
"idExterno": "=concat('pdvsync-usuario-rca-', @(1,matricula_s),'-', @(1,dtAlteracao))",
7575
"login_s": "=toString(@(1,codigousur))",
76-
"senha_s": "=toString(@(1,codigousur))",
77-
"situacao_s": "=toInt(1)"
76+
"senha_s": "=toString(@(1,codigousur))"
7877
}
7978
}
8079
}
@@ -93,7 +92,14 @@
9392
"matricula_s": "items[&1].matricula",
9493
"nome": "items[&1].nome",
9594
"senha_s": "items[&1].senha",
96-
"situacao_s": "items[&1].situacao",
95+
"status": {
96+
"FINALIZADO": {
97+
"#0": "items[&3].situacao"
98+
},
99+
"*": {
100+
"#1": "items[&3].situacao"
101+
}
102+
},
97103
"tipoVenda": {
98104
"P": { "#5": "items[&3].idRetaguardaPerfil" },
99105
"*": {
@@ -145,4 +151,4 @@
145151
],
146152
"nome": "PCINTEGRACAOROTASERVICO"
147153
}
148-
}
154+
}

0 commit comments

Comments
 (0)