REQ-3201: 用枚举替换字符串
This commit is contained in:
parent
0fd4b6cf61
commit
49d14a3468
@ -50,7 +50,7 @@ public class CardLoggers {
|
|||||||
log.setCardContent(card.getCardContent());
|
log.setCardContent(card.getCardContent());
|
||||||
log.setError(exception == null ? "" : Throwables.getStackTraceAsString(exception));
|
log.setError(exception == null ? "" : Throwables.getStackTraceAsString(exception));
|
||||||
log.addLogContent("request", requestContext.getRequest());
|
log.addLogContent("request", requestContext.getRequest());
|
||||||
log.addLogContent("isDelete", card.getIsDelete());
|
log.addLogContent("isCardDelete", card.getIsDelete());
|
||||||
}
|
}
|
||||||
cardLogDao.saveBatch(logs);
|
cardLogDao.saveBatch(logs);
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user