Ver código fonte

[LEO] - missing arguement

tags/Baseline_30082024_BACKEND_UAT
MSI\2Fi 1 ano atrás
pai
commit
687eddc584
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/main/java/com/ffii/tsms/modules/report/web/ReportController.kt

+ 1
- 1
src/main/java/com/ffii/tsms/modules/report/web/ReportController.kt Ver arquivo

@@ -98,7 +98,7 @@ class ReportController(

@PostMapping("/downloadLateStartReport")
fun downloadLateStartReport(): ResponseEntity<ByteArrayResource> {
val reportBytes = excelReportService.generateLateStartReport()
val reportBytes = excelReportService.generateLateStartReport(Project())
val headers = HttpHeaders()
headers.add("Content-Disposition", "attachment; filename=Late_Start_Report_${LocalDate.now()}.xlsx")



Carregando…
Cancelar
Salvar