registry-service http://jira.mfd.msk:8088/browse/CLS-280
This commit is contained in:
parent
39b1b25c80
commit
e8895ebd84
2 changed files with 2 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ public class DepoPaymentInstructionRegisterService extends QueueConsumer impleme
|
|||
log.debug("LauncherCommandRequest received from {}", createRegistry_GORR.topic());
|
||||
|
||||
String piQuery = "transactionStatus='" + TransactionStatus.sent.getKey() + "' OR transactionStatus = '" +
|
||||
TransactionStatus.ok.getKey() + "' OR transactionStatus = '" + TransactionStatus.ok.getKey() + "'";
|
||||
TransactionStatus.stld.getKey() + "' OR transactionStatus = '" + TransactionStatus.ok.getKey() + "'";
|
||||
Collection<PaymentInstruction> paymentInstructions = paymentInstructionMap.getCollectionObjectsBySQL(piQuery);
|
||||
log.debug("Selected {} PaymentInstruction by query \"{}\", do filter by account...",
|
||||
paymentInstructions.size(), piQuery);
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ public class MoneyPaymentInstructionRegisterService extends QueueConsumer implem
|
|||
log.debug("LauncherCommandRequest received from {}", TOPIC_NAME);
|
||||
|
||||
String piQuery = "transactionStatus='" + TransactionStatus.sent.getKey() + "' OR transactionStatus = '" +
|
||||
TransactionStatus.ok.getKey() + "' OR transactionStatus = '" + TransactionStatus.ok.getKey() + "'";
|
||||
TransactionStatus.stld.getKey() + "' OR transactionStatus = '" + TransactionStatus.ok.getKey() + "'";
|
||||
Collection<PaymentInstruction> paymentInstructions = paymentInstructionMap.getCollectionObjectsBySQL(piQuery);
|
||||
log.debug("Selected {} PaymentInstruction by query \"{}\", do filter by account...",
|
||||
paymentInstructions.size(), piQuery);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue