Skip to content

Commit

Permalink
Merge pull request #217 from totvs/hotfix/DDWMISSI-1325-MASTER
Browse files Browse the repository at this point in the history
DDWMISSI-1325-MASTER
  • Loading branch information
AndersonPereiraTotvs authored Jan 31, 2025
2 parents 2f6db9a + 5580a3e commit 80561e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pdvsync/rotas/WTA - BUSCAR CLIENTES.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@
"telefone_entrega":"=join('', @(1,telefone_entrega_array))",
"idExterno":"=concat('pdvsync-cliente-',@(1,id),'-',@(1,lastChange))",
"idInterno":"=concat('', @(1,id))",
"tipoIdInterno":"PDVSYNC-CLIENTE",
"profissionalRetaguarda": "=concat('PRO-',@(1,professionalId))"
"tipoIdInterno":"PDVSYNC-CLIENTE"
}
}
}
Expand Down Expand Up @@ -119,7 +118,7 @@
},
"createDate":"items.[&1].dataCadastro",
"deliveryAddressNumber":"items.[&1].numero",
"profissionalRetaguarda": "items.[&1].IdRetaguardaProfissional",
"idRetaguardaProfissional": "items.[&1].IdRetaguardaProfissional",
"customerNetId": "items.[&1].IdRetaguardaRedeCliente",
"optionalMainClientId": "items.[&1].IdRetaguardaClientePrincipal",
"squareId": "items.[&1].IdRetaguardaPraca",
Expand Down

0 comments on commit 80561e8

Please sign in to comment.