|
|
@@ -370,6 +370,7 @@ open class InvoiceService( |
|
|
|
" left join project p on i.projectCode = p.code " + |
|
|
|
" left join team t on t.id = p.teamLead " + |
|
|
|
" where i.deleted = false " + |
|
|
|
" and p.deleted = false " + |
|
|
|
" order by i.invoiceDate " |
|
|
|
) |
|
|
|
return jdbcDao.queryForList(sql.toString()); |
|
|
|