|
@@ -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
|