Sdf21 operationDate format
This commit is contained in:
parent
08f498f774
commit
18b5e7232d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue