鞍钢bug修改
This commit is contained in:
parent
bbc47c627f
commit
9b70e4419c
@ -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"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user