|
@@ -52,6 +52,7 @@ import jodd.util.StringUtil;
|
|
|
import lombok.extern.log4j.Log4j2;
|
|
import lombok.extern.log4j.Log4j2;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
import jakarta.annotation.Resource;
|
|
import jakarta.annotation.Resource;
|
|
|
import org.springframework.validation.annotation.Validated;
|
|
import org.springframework.validation.annotation.Validated;
|
|
@@ -473,7 +474,7 @@ public class BoilerTaskOrderItemReportServiceImpl extends ServiceImpl<BoilerTask
|
|
|
@Resource
|
|
@Resource
|
|
|
private FileApi fileApi;
|
|
private FileApi fileApi;
|
|
|
|
|
|
|
|
- @Value("${spring.profiles.active}")
|
|
|
|
|
|
|
+ @Value("${tz.env.name}")
|
|
|
private String env;
|
|
private String env;
|
|
|
|
|
|
|
|
@Resource
|
|
@Resource
|
|
@@ -485,6 +486,7 @@ public class BoilerTaskOrderItemReportServiceImpl extends ServiceImpl<BoilerTask
|
|
|
private EquipBoilerCheckHistoryMapper equipBoilerCheckHistoryMapper;
|
|
private EquipBoilerCheckHistoryMapper equipBoilerCheckHistoryMapper;
|
|
|
|
|
|
|
|
@Resource
|
|
@Resource
|
|
|
|
|
+ @Lazy
|
|
|
private BoilerTaskOrderIssueReportService boilerTaskOrderIssueReportService;
|
|
private BoilerTaskOrderIssueReportService boilerTaskOrderIssueReportService;
|
|
|
@Resource
|
|
@Resource
|
|
|
private CommonThread commonThread;
|
|
private CommonThread commonThread;
|