This commit is contained in:
parent
abeda256ea
commit
1e85bae4e9
1 changed files with 2 additions and 0 deletions
|
|
@ -440,6 +440,7 @@ public class OrderCurrencyListener extends QueueConsumer implements Initializing
|
|||
continue;
|
||||
}
|
||||
orderCurrency.setStatus(status.getKey());
|
||||
orderCurrency.setExchangeOrderId(Long.valueOf(sOrder.getExchangeOrderNum()));
|
||||
orderCurrency.setUpdated(Instant.now());
|
||||
orderCurrencyImdg.update(orderCurrency);
|
||||
}
|
||||
|
|
@ -457,6 +458,7 @@ public class OrderCurrencyListener extends QueueConsumer implements Initializing
|
|||
continue;
|
||||
}
|
||||
orderCurrency.setStatus(status.getKey());
|
||||
orderCurrency.setExchangeOrderId(Long.valueOf(sOrder.getExchangeOrderNum()));
|
||||
orderCurrency.setUpdated(Instant.now());
|
||||
orderCurrencyImdg.update(orderCurrency);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue