REQ-3201: 记录请求

This commit is contained in:
yanglin 2024-12-27 11:09:10 +08:00
parent 493e0603d7
commit 751ece8eec

View File

@ -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;