fix(ops): 修复工单业务日志id生成问题-去除这个引入
Some checks failed
Java CI with Maven / build (11) (push) Has been cancelled
Java CI with Maven / build (17) (push) Has been cancelled
Java CI with Maven / build (8) (push) Has been cancelled

This commit is contained in:
lzh
2026-01-28 18:01:53 +08:00
parent d7c2a0800b
commit 280562bc27

View File

@@ -1,7 +1,6 @@
package com.viewsh.module.ops.infrastructure.log.recorder;
import com.viewsh.module.ops.dal.dataobject.log.OpsBusinessEventLogDO;
import com.viewsh.module.ops.infrastructure.id.OrderIdGenerator;
import com.viewsh.module.ops.infrastructure.log.enumeration.EventDomain;
import com.viewsh.module.ops.infrastructure.log.enumeration.EventLevel;
import jakarta.annotation.Resource;
@@ -32,8 +31,6 @@ public class EventLogRecorderImpl implements EventLogRecorder {
@Resource
private EventLogPersister persister;
@Resource
private OrderIdGenerator orderIdGenerator;
/**
* 异步记录日志(默认方式)