From 9b70e4419c5b8fc62cb9ef0d62241c7b102b8788 Mon Sep 17 00:00:00 2001 From: guoshengxiong <1923636941@qq.com> Date: Wed, 2 Apr 2025 09:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9E=8D=E9=92=A2bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/xz/controller/XzRiskPredictionController.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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"),