registry-service DepoBalanceRegisterReportBuilder поправил опечатку
This commit is contained in:
parent
603bec95b0
commit
43f534e02b
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ public class DepoBalanceRegisterReportBuilder extends XLSXReportBuilder<DepoBala
|
|||
LocalDate now = nowTime.toLocalDate();
|
||||
DepoBalanceRegisterReport entity = new DepoBalanceRegisterReport();
|
||||
|
||||
entity.setHouseName("АО РЦД");
|
||||
entity.setHouseName("АО РДЦ");
|
||||
entity.setNumber(yyyyMMddFormat.format(now));
|
||||
entity.setDate(now);
|
||||
entity.setTime(nowTime);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue