feat(REQ-3581) - 调整 Bean 注入
This commit is contained in:
parent
4153a82f67
commit
4216b56de9
@ -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;
|
||||
|
||||
/**
|
||||
* 保存
|
||||
|
||||
Loading…
Reference in New Issue
Block a user