@ -286,7 +286,7 @@ public class PatientQuestionnaireService extends BaseService {
comment = option.get("comment").toString();
haveComment = 1;
}
//保存到选择题答案表7+
//保存到选择题答案表
SurveyOptionAnswers optionAnswer = new SurveyOptionAnswers(code, userCode, surveyCode, qstCode, optionCode, comment, type, createTime,openId);
surveyOptionAnswersDao.save(optionAnswer);
//选择题修改统计表数量