xml-importer http://jira.mfd.msk:8088/browse/CLS-824 поправил кросс-валидацию ключевых полей
This commit is contained in:
parent
d542cc6159
commit
4971890b8f
1 changed files with 0 additions and 3 deletions
|
|
@ -183,9 +183,6 @@ public class ReadXMLFile {
|
|||
lostField.add("ACC_DEB");
|
||||
if (isEmpty(row.getAccKr()))
|
||||
lostField.add("ACC_KR");
|
||||
} else if (isNotEmpty(row.getDealDeb()) && isNotEmpty(row.getDealCred())) {
|
||||
log.warn("Заполнены исключающие друг друга поля DEAL_DEB и DEAL_CRED");
|
||||
lostField.add("DEAL_DEB and DEAL_CRED can not use together");
|
||||
}
|
||||
|
||||
if (row.getPayDate() == null)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue