fix building error: account.account was incorect for id < 100
This commit is contained in:
parent
73f2ed8650
commit
64278d10d3
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ public class InformationAccountService extends QueueConsumer implements Initiali
|
|||
}
|
||||
|
||||
public String generateInfoAccount(Long currencyCodeId, Long id) {
|
||||
return "%d%d%08d%d".formatted(39911, currencyCodeId, id, 7000);
|
||||
return "%d%03d%08d%d".formatted(39911, currencyCodeId, id, 7000);
|
||||
}
|
||||
|
||||
public synchronized Long accountNextId(String currency) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue