wangxuan 3 viikkoa sitten
vanhempi
commit
6e2ef5ca3b

+ 2 - 0
business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxItpProjectNodeStateServiceImpl.java

@@ -16,6 +16,7 @@ import com.rongwei.bsentity.dto.project.node.*;
 import com.rongwei.rwadmincommon.system.vo.SysUserVo;
 import com.rongwei.rwcommon.utils.SecurityUtil;
 import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.context.annotation.Lazy;
 import org.springframework.stereotype.Service;
 
 import java.util.*;
@@ -50,6 +51,7 @@ public class ZhcxItpProjectNodeStateServiceImpl extends ServiceImpl<ZhcxItpProje
     private ZhcxInsideInspectionDispatchService insideInspectionDispatchService;
 
     @Autowired
+    @Lazy
     private ZhcxCommon zhcxCommon;
 
     @Autowired