|
|
@@ -29,6 +29,7 @@ import jakarta.annotation.Resource;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.beans.BeanUtils;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
import java.io.ByteArrayInputStream;
|
|
|
@@ -65,9 +66,11 @@ public class ExternalOAServiceImpl implements ExternalOAService {
|
|
|
private DynamicTbValService dynamicTbValService;
|
|
|
|
|
|
@Resource
|
|
|
+ @Lazy
|
|
|
private BoilerTaskOrderItemReportService boilerTaskOrderItemReportService;
|
|
|
|
|
|
@Resource
|
|
|
+ @Lazy
|
|
|
private PipeTaskOrderItemReportService pipeTaskOrderItemReportService;
|
|
|
|
|
|
@Value("${tz.fonts-folder-path:}")
|