|
@@ -778,7 +778,6 @@ public class SimulationProjectServiceImpl implements SimulationProjectService {
|
|
|
|
|
|
@Override
|
|
|
public ResponseBodyVO<ProjectReportVo> selectProjectReportById(SimulationManualProjectParam param) {
|
|
|
- String id = param.getId();
|
|
|
String projectType = param.getProjectType();
|
|
|
// 封装要使用到的数据
|
|
|
SimulationManualProjectPo poParam = new SimulationManualProjectPo();
|
|
@@ -821,7 +820,7 @@ public class SimulationProjectServiceImpl implements SimulationProjectService {
|
|
|
List<SimulationMptFirstTargetScorePo> pos = simulationMptFirstTargetScoreMapper.selectFirstTargetByPid(par);
|
|
|
|
|
|
List<AlgorithmScoreVo> algorithmScoreVoList = new ArrayList<>();
|
|
|
- String evaluationLevelReport = "";
|
|
|
+ String evaluationLevelReport;
|
|
|
|
|
|
StringBuilder stringBuilder = new StringBuilder();
|
|
|
|