提交 ba3d231a authored 作者: czq's avatar czq

czq

上级 3d544b2c
...@@ -141,7 +141,7 @@ public class InspectController { ...@@ -141,7 +141,7 @@ public class InspectController {
Evaluation evaluation=new Evaluation(); Evaluation evaluation=new Evaluation();
evaluation.setInEva(in); evaluation.setInEva(in);
//判断评估类型 //判断评估类型
if(reform.getAssessmentType() == 1){ if(reform.getAssessmentType()!= null && reform.getAssessmentType() == 1){
//快速评估 //快速评估
reform.setSystemStructure(new SystemStructure()); reform.setSystemStructure(new SystemStructure());
reform.setBrowser(new Browser()); reform.setBrowser(new Browser());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论