REQ-3581: 备份

This commit is contained in:
yanglin 2025-02-13 14:55:23 +08:00
parent be0b664bb8
commit 5677cd0564

View File

@ -341,7 +341,7 @@ public class EssClient implements InitializingBean {
EssLog essLog = new EssLog();
essLog.setCreateAt(new Date());
essLog.setUpdateAt(new Date());
essLog.setContext(String.format("ess:%s", invocation.context));
essLog.setContext(String.format("ess:api:%s", invocation.context));
essLog.addLogContent("essRequest", invocation.request);
essLog.setSubject(invocation.subject == null ? "" : invocation.subject);