sdf57 bugfix contract not empty check
This commit is contained in:
parent
5cf9f6476e
commit
1a0601ba56
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ public class Sdf57Executor extends AbstractExecutor<SDf57> {
|
|||
});
|
||||
InOutDirection direction = IEnumKey.getEnumByKey(InOutDirection.class, stmt.getInOutDirection());
|
||||
boolean dm_tWasCreated = false;
|
||||
if (!StringUtils.isEmpty(sdf57.getSpecif()) && pattern.matcher(sdf57.getSpecif()).find() && InOutDirection.in.equals(direction)) {
|
||||
if (!StringUtils.isEmpty(stmt.getContract()) && InOutDirection.in.equals(direction)) {
|
||||
//todo доделать 11. Идентификация средств УК на клиринговом счете
|
||||
//stmt.id=340270002, sdf57.specif=Возврат депозита по договору №DT1000S001U/280623/8/7 new DM*T.id=339610032
|
||||
//1. у stmt accountId 3021, addresseId 2610034, contract DT1000S001U/280623/8/7
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue