[MVPTN-126] feat(SQL): Ajusta o sql de retorno dos dados do item
This commit is contained in:
parent
f836daa07c
commit
4485488ef4
1 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,11 @@ class TServicoItemPedidoIndexRepository(BaseRepository):
|
|||
# Montagem do SQL
|
||||
sql = """ SELECT
|
||||
TSP.SERVICO_ITEMPEDIDO_ID,
|
||||
TSP.EMOLUMENTO_ID,
|
||||
TSP.EMOLUMENTO_ITEM_ID,
|
||||
TSP.SERVICO_TIPO_ID,
|
||||
TSP.TIPO_ITEM,
|
||||
TSP.QTD,
|
||||
TSP.EMOLUMENTO,
|
||||
TSP.TAXA_JUDICIARIA,
|
||||
TSP.VALOR_ISS,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue