From 280562bc270c0921ed233b53651accc4d83a9f1f Mon Sep 17 00:00:00 2001 From: lzh Date: Wed, 28 Jan 2026 18:01:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(ops):=20=E4=BF=AE=E5=A4=8D=E5=B7=A5?= =?UTF-8?q?=E5=8D=95=E4=B8=9A=E5=8A=A1=E6=97=A5=E5=BF=97id=E7=94=9F?= =?UTF-8?q?=E6=88=90=E9=97=AE=E9=A2=98-=E5=8E=BB=E9=99=A4=E8=BF=99?= =?UTF-8?q?=E4=B8=AA=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ops/infrastructure/log/recorder/EventLogRecorderImpl.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/viewsh-module-ops/viewsh-module-ops-biz/src/main/java/com/viewsh/module/ops/infrastructure/log/recorder/EventLogRecorderImpl.java b/viewsh-module-ops/viewsh-module-ops-biz/src/main/java/com/viewsh/module/ops/infrastructure/log/recorder/EventLogRecorderImpl.java index c5e4fd5..a47b631 100644 --- a/viewsh-module-ops/viewsh-module-ops-biz/src/main/java/com/viewsh/module/ops/infrastructure/log/recorder/EventLogRecorderImpl.java +++ b/viewsh-module-ops/viewsh-module-ops-biz/src/main/java/com/viewsh/module/ops/infrastructure/log/recorder/EventLogRecorderImpl.java @@ -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; /** * 异步记录日志(默认方式)