REQ-3201: 记录请求
This commit is contained in:
parent
493e0603d7
commit
751ece8eec
@ -26,7 +26,7 @@ public class CardRequestContext<T> {
|
||||
}
|
||||
|
||||
public CardRequestContext<T> addLogContent(String key, Object value) {
|
||||
if (value == null ||logContents.containsKey(key))
|
||||
if (value == null || logContents.containsKey(key))
|
||||
return this;
|
||||
logContents.put(key, value);
|
||||
return this;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user