fix build account field

This commit is contained in:
etreschenkov 2024-05-02 15:54:04 +03:00
parent 6e2364d91c
commit d1c9227b58

View file

@ -329,7 +329,7 @@ public class InformationAccountService extends QueueConsumer implements Initiali
infoCounter = new AtomicLong(1);
log.debug("No account information on map. n={}", infoCounter.get());
} else {
Pattern accPattern = Pattern.compile("39911%d[0-9]{8})7000".formatted(currencyCodeId));
Pattern accPattern = Pattern.compile("39911%d([0-9]{8})7000".formatted(currencyCodeId));
int maxN = 1;
int parsedCount = 0;
String lastAccount = null; // for debug