소스 검색

update project and invoice filter by team

add_swagger
MSI\derek 11 달 전
부모
커밋
b1640dac3a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 파일 보기

@@ -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 " +


불러오는 중...
취소
저장