鞍钢bug修改
This commit is contained in:
parent
bbc47c627f
commit
9b70e4419c
@ -90,6 +90,9 @@ public class XzRiskPredictionController {
|
|||||||
XzSecurityQualityInspectionRecordController securityQualityInspectionRecordController;
|
XzSecurityQualityInspectionRecordController securityQualityInspectionRecordController;
|
||||||
@Lazy
|
@Lazy
|
||||||
@Autowired
|
@Autowired
|
||||||
|
SafetyInspectionStandardBigScreenController safetyInspectionStandardBigScreenController;
|
||||||
|
@Lazy
|
||||||
|
@Autowired
|
||||||
private IWorkerInfoService workerInfoService;
|
private IWorkerInfoService workerInfoService;
|
||||||
@Lazy
|
@Lazy
|
||||||
@Autowired
|
@Autowired
|
||||||
@ -448,10 +451,6 @@ public class XzRiskPredictionController {
|
|||||||
return new BigDecimal(35);
|
return new BigDecimal(35);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Lazy
|
|
||||||
@Autowired
|
|
||||||
SafetyInspectionStandardBigScreenController safetyInspectionStandardBigScreenController;
|
|
||||||
|
|
||||||
@ApiOperation(value = "总包(含下面分包)事故风险预测趋势by项目", notes = "总包(含下面分包)事故风险预测趋势by项目", httpMethod = "POST")
|
@ApiOperation(value = "总包(含下面分包)事故风险预测趋势by项目", notes = "总包(含下面分包)事故风险预测趋势by项目", httpMethod = "POST")
|
||||||
@ApiImplicitParams({
|
@ApiImplicitParams({
|
||||||
@ApiImplicitParam(name = "projectSn", value = "项目sn", paramType = "body", required = true, dataType = "String"),
|
@ApiImplicitParam(name = "projectSn", value = "项目sn", paramType = "body", required = true, dataType = "String"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user