REQ-3982: fix bugs
This commit is contained in:
parent
fe1665b755
commit
296737e253
@ -63,6 +63,7 @@ public class OperateLogServiceImpl implements OperateLogService {
|
||||
tags = new ArrayList<>(tags);
|
||||
tags.add("nanopart");
|
||||
tags.add("visa");
|
||||
param.setTags(tags);
|
||||
try {
|
||||
// 目前操作日志的记录,不是核心流程,这个方法,不抛出异常,以免影响正常业务流程。
|
||||
// 异步处理
|
||||
|
||||
Loading…
Reference in New Issue
Block a user