Sdf21 operationDate format

This commit is contained in:
ialbert 2023-08-08 17:53:45 +03:00
parent 08f498f774
commit 18b5e7232d

View file

@ -402,7 +402,7 @@ public class Sdf21Executor extends AbstractExecutor<SDf21> {
return Optional.ofNullable(registryImdg.getSingleObjectByPredicate(rgstrPredicate));
}
DateTimeFormatter payDateFormatter = DateTimeFormatter.ofPattern("dd.MM.yy");
DateTimeFormatter payDateFormatter = DateTimeFormatter.ofPattern("yyyyMMdd");
private LocalDate payDate(String payDate) {
if (TextUtil.isEmpty(payDate)) {