reports-service мелкая правка CLS-29
This commit is contained in:
parent
d6a1d7ee1e
commit
e1a73ad82a
1 changed files with 3 additions and 5 deletions
|
|
@ -49,12 +49,10 @@ public class ReportBR_0420312_P5_collector extends ReportWithPeriodCollector<Rep
|
|||
.filter(Objects::nonNull)
|
||||
.reduce(BigDecimal::add).orElse(BigDecimal.ZERO);
|
||||
|
||||
// ReportBR_0420312_P5 reportBR_0420312P5 = new ReportBR_0420312_P5(startDate, endDate,
|
||||
// "BR",
|
||||
// toString(liabilitiesQuantitySum));
|
||||
ReportBR_0420312_P5 reportBR_0420312P5 = new ReportBR_0420312_P5(startDate, endDate);
|
||||
reportBR_0420312P5.getRows().add(new ReportBR_0420312_P5.Info_0420312_P5(toString(liabilitiesQuantitySum)));
|
||||
|
||||
// return reportBR_0420312P5;
|
||||
return null;
|
||||
return reportBR_0420312P5;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue