feat(REQ-3581) - 调整 Bean 注入

This commit is contained in:
wangli 2025-02-26 09:55:30 +08:00
parent 4153a82f67
commit 4216b56de9

View File

@ -71,7 +71,6 @@ import lombok.extern.slf4j.Slf4j;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.collections4.MapUtils;
import org.apache.groovy.util.Maps;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@ -123,6 +122,7 @@ public class ChangeRecordRelationServiceImpl extends ServiceImpl<ChangeRecordRel
private final VisaProfileGateway visaProfileGateway;
private final MsgCenterGateway msgCenterGateway;
private final WorkflowGateway workflowGateway;
private final WorkspaceGateway workspaceGateway;
private final EssGateway essGateway;
private final ChangeRecordLogService changeRecordLogService;
private final RefreshableConfiguration refreshableConfiguration;
@ -130,8 +130,6 @@ public class ChangeRecordRelationServiceImpl extends ServiceImpl<ChangeRecordRel
@Resource
@Lazy
private VisaHelper visaHelper;
@Autowired
private WorkspaceGateway workspaceGateway;
/**
* 保存