Ver código fonte

update project and invoice filter by team

add_swagger
MSI\derek 11 meses atrás
pai
commit
b1640dac3a
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      src/main/java/com/ffii/tsms/modules/project/service/InvoiceService.kt

+ 1
- 0
src/main/java/com/ffii/tsms/modules/project/service/InvoiceService.kt Ver arquivo

@@ -336,6 +336,7 @@ open class InvoiceService(
val sql = StringBuilder(
" select i.id, i.invoiceNo, i.projectCode, " +
" p.name as projectName, t.code as team, i.invoiceDate, " +
" t.id as teamId, " +
" concat(t.code, ' - ', t.name) as teamCodeName, " +
" i.receiptDate, i.issueAmount , i.paidAmount " +
" from invoice i " +


Carregando…
Cancelar
Salvar