sdf06 TCR validation log fix
This commit is contained in:
parent
d6a790cec7
commit
cfda9a6eba
1 changed files with 1 additions and 0 deletions
|
|
@ -164,6 +164,7 @@ public enum Sdf06NewValidationRule implements IValidationRule<ImdgValidationCont
|
|||
//если направление in то ТКР необязателен
|
||||
Function<Optional<EnumMessage>, Optional<EnumMessage>> err = msg -> {
|
||||
if (dir.equals(InOutDirection.in)) {
|
||||
log.debug("TCR not found, direction {}, ok", dir);
|
||||
return Optional.empty();
|
||||
} else {
|
||||
return msg;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue