@@ -266,7 +266,8 @@ public class DspCallbackServiceImpl implements IDspCallbackService { | |||
} | |||
Map<String, QuestionType> questionTypeMap = getStringQuestionTypeMap(); | |||
QuestionType questionType = questionTypeMap.get(inspectionFile.getQuestionCode()); | |||
QuestionType questionType = questionTypeMap.get(questionFile.getQuestionCode()); | |||
log.info("问题对应的code={}",questionFile.getQuestionCode()); | |||
if(0 == questionType.getIsShow()){ | |||
inspectionFile.setMark(MarkEnum.NOTVALID.getCode()); | |||
} |