This commit is contained in:
parent
30cb352377
commit
c75a4655c9
1 changed files with 1 additions and 5 deletions
|
|
@ -143,7 +143,7 @@ public class TaskListener extends QueueConsumer implements InitializingBean {
|
|||
newReq.setObjectType(ObjectType.rgst.getKey());
|
||||
newReq.setPriority(Priority.HIGH.getKey());
|
||||
newReq.setComment(comment);
|
||||
kafkaSender.sendRequestToQueue(Consts.NOTIFICATION_NEW, req.getRequestPayload());
|
||||
kafkaSender.sendRequestToQueue(Consts.NOTIFICATION_NEW, newReq);
|
||||
|
||||
log.info("SDOR export and send command to fix, request={}", req);
|
||||
try {
|
||||
|
|
@ -176,10 +176,6 @@ public class TaskListener extends QueueConsumer implements InitializingBean {
|
|||
}
|
||||
|
||||
if (diff.compareTo(BigDecimal.ZERO) < 0) {
|
||||
NotificationNewRequest request = new NotificationNewRequest();
|
||||
request.setObjectType(ObjectType.rgst.getKey());
|
||||
request.setPriority(Priority.HIGH.getKey());
|
||||
|
||||
return String.format("Для ТКР %s компании %s: баланс %s RUB;",
|
||||
amtRegistry.getTradingClearingRegistry(), amtRegistry.getShortName(),
|
||||
diff.setScale(2, RoundingMode.HALF_UP));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue