reports-service .
This commit is contained in:
parent
c116c93b37
commit
d6a1d7ee1e
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ public class ReportDOCOUT extends AbstractReport {
|
|||
|
||||
@Override
|
||||
public String getReportName(LocalDateTime reportDateTime) {
|
||||
return "DOCIN.%s".formatted(
|
||||
return "DOCOUT.%s".formatted(
|
||||
DATE_TIME_FORMATTER.format(reportDateTime)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue