|
|
@@ -48,6 +48,7 @@ import com.fasterxml.jackson.databind.ObjectMapper;
|
|
|
import jodd.util.StringUtil;
|
|
|
import lombok.extern.log4j.Log4j2;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import jakarta.annotation.Resource;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
@@ -392,7 +393,7 @@ public class PipeTaskOrderItemReportServiceImpl extends ServiceImpl<PipeTaskOrde
|
|
|
@Resource
|
|
|
private FileApi fileApi;
|
|
|
|
|
|
- @Value("${spring.profiles.active}")
|
|
|
+ @Value("${tz.env.name}")
|
|
|
private String env;
|
|
|
|
|
|
@Resource
|
|
|
@@ -404,6 +405,7 @@ public class PipeTaskOrderItemReportServiceImpl extends ServiceImpl<PipeTaskOrde
|
|
|
private EquipPipeCheckHistoryMapper equipPipeCheckHistoryMapper;
|
|
|
|
|
|
@Resource
|
|
|
+ @Lazy
|
|
|
private PipeTaskOrderIssueReportService pipeTaskOrderIssueReportService;
|
|
|
@Resource
|
|
|
private CommonThread commonThread;
|