registry-service todo описание
This commit is contained in:
parent
5adeeec3f7
commit
36b0381294
1 changed files with 13 additions and 0 deletions
|
|
@ -132,6 +132,19 @@ public class AdmittedLiabilitiesRegisterService extends QueueConsumer implements
|
|||
public Optional<AdmittedLiabilitiesRegister> isDuplicateInMap(Registry entity) {
|
||||
return Optional.empty();
|
||||
//todo для всех isDuplicateInMap: сказали надо по критерию чистить мапу перед вставкой записей, критерий уточнят.
|
||||
/*
|
||||
todo вечер 28.09.2023
|
||||
Вот по какому полю ориентируемся (название реестра - наименование поля)
|
||||
depoBalanceRegister - createdAt
|
||||
moneyBalanceRegister - createdAt
|
||||
admittedLiabilitiesRegister - clearingDate
|
||||
coveredLiabilitiesRegister - clearingDate
|
||||
moneyPaymentInstructionRegister - clearingDate
|
||||
depoPaymentInstructionRegister - createdAt
|
||||
excludeLiabilitiesRegister - createdAt
|
||||
liabilitiesRegister - createdAt
|
||||
executionRegister - clearingDate
|
||||
*/
|
||||
// Map<String, ? extends Comparable<?>> fieldValues = Map.of(
|
||||
// "companyId", entity.getRegistryCode(),
|
||||
// "sessionId", entity.getSessionId(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue