|
|
@@ -21,6 +21,7 @@ import com.etotem.cfc.entity.DanAssessmentResult;
|
|
|
import com.etotem.cfc.mapper.DanAssessmentResultMapper;
|
|
|
import com.etotem.cfc.service.DimensionEnergySyncService;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
import javax.annotation.Resource;
|
|
|
@@ -57,6 +58,7 @@ public class DimensionScoreServiceImpl implements DimensionScoreService {
|
|
|
private DanAssessmentResultMapper danAssessmentResultMapper;
|
|
|
|
|
|
@Resource
|
|
|
+ @Lazy
|
|
|
private HealthReportService healthReportService;
|
|
|
|
|
|
@Resource
|