解决循环依赖问题

This commit is contained in:
litianxiang
2025-12-01 17:05:57 +08:00
parent 1c782f8fd7
commit fa7271567e
16 changed files with 38 additions and 72 deletions

View File

@@ -132,7 +132,6 @@ public class MyTaskScheduler {
@Resource
private CollectionSortMapper collectionSortMapper;
@Lazy
@Resource
private DesignService designService;
@@ -151,7 +150,6 @@ public class MyTaskScheduler {
private ProjectMapper projectMapper;
@Resource
private WorkspaceMapper workspaceMapper;
@Lazy
@Resource
private WorkspaceService workspaceService;
@Resource