diff --git a/src/main/java/com/zhgd/xmgl/modules/xz/controller/XzRiskPredictionController.java b/src/main/java/com/zhgd/xmgl/modules/xz/controller/XzRiskPredictionController.java index 87e321882..d3e197b35 100644 --- a/src/main/java/com/zhgd/xmgl/modules/xz/controller/XzRiskPredictionController.java +++ b/src/main/java/com/zhgd/xmgl/modules/xz/controller/XzRiskPredictionController.java @@ -90,6 +90,9 @@ public class XzRiskPredictionController { XzSecurityQualityInspectionRecordController securityQualityInspectionRecordController; @Lazy @Autowired + SafetyInspectionStandardBigScreenController safetyInspectionStandardBigScreenController; + @Lazy + @Autowired private IWorkerInfoService workerInfoService; @Lazy @Autowired @@ -448,10 +451,6 @@ public class XzRiskPredictionController { return new BigDecimal(35); } - @Lazy - @Autowired - SafetyInspectionStandardBigScreenController safetyInspectionStandardBigScreenController; - @ApiOperation(value = "总包(含下面分包)事故风险预测趋势by项目", notes = "总包(含下面分包)事故风险预测趋势by项目", httpMethod = "POST") @ApiImplicitParams({ @ApiImplicitParam(name = "projectSn", value = "项目sn", paramType = "body", required = true, dataType = "String"),