Przeglądaj źródła

[Invoice Search] Quick fix for sql

master
cyril.tsui 3 tygodni temu
rodzic
commit
8e32c5db6d
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      src/main/java/com/ffii/tsms/modules/project/service/InvoiceService.kt

+ 2
- 1
src/main/java/com/ffii/tsms/modules/project/service/InvoiceService.kt Wyświetl plik

@@ -368,7 +368,8 @@ open class InvoiceService(
" i.receiptDate, i.issueAmount , i.paidAmount " +
" from invoice i " +
" left join project p on i.projectCode = p.code " +
" left join team t on t.id = p.teamLead " +
" left join staff s on s.id = p.teamLead" +
" left join team t on t.id = s.teamId " +
" where i.deleted = false " +
" and p.deleted = false " +
" order by i.invoiceDate "


Ładowanie…
Anuluj
Zapisz