clearing-service http://jira.mfd.msk:8088/browse/CLS-657 (fix s_df51)
This commit is contained in:
parent
2adb585aa2
commit
60deeca9b9
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ public class BalanceRevise implements ISessionStage {
|
|||
if (sDf51.getNumber().length() > 10) {
|
||||
log.warn("SDf51 number='{}' too large that 10 symbols", sDf51.getNumber());
|
||||
}
|
||||
String datetime = String.valueOf(now.minus(1, ChronoUnit.DAYS).toEpochMilli());
|
||||
String datetime = String.valueOf(now.toEpochMilli());
|
||||
sDf51.setDatetime(datetime); // Дата и время сообщения
|
||||
sDf51.setGenerationTime(now);
|
||||
sDf51.setGenerationId(numberId);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue