鞍钢bug修改

This commit is contained in:
guoshengxiong 2025-04-02 09:51:14 +08:00
parent bbc47c627f
commit 9b70e4419c

View File

@ -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"),