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

合并分支 'czq' 到 'master'

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