REQ-3201: fix bug
This commit is contained in:
parent
d4f113e4bc
commit
cda7854843
@ -26,7 +26,7 @@ public class CardLoggers {
|
||||
|
||||
public CardLogger createLogger(CardRequestContext<?> requestContext, List<Card> cards) {
|
||||
return (operationContext, exception) -> {
|
||||
if (cardProps.isEnableCardLog()) return;
|
||||
if (!cardProps.isEnableCardLog()) return;
|
||||
ArrayList<CardLog> logs = new ArrayList<>(cards.size());
|
||||
for (Card card : cardDao.reloadCards(cards)) {
|
||||
CardLog log = new CardLog();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user