|
@@ -3363,7 +3363,7 @@ public class QuestionServiceImpl extends ServiceImpl<QuestionMapper, Question> i
|
|
|
QuestionAddBo cAddBo = allQues.get(indexKey);
|
|
|
cAddBo.setAnalysisContent(cAddBo.getAnalysisContent()+content+"<br />");
|
|
|
}
|
|
|
- if(aType==2&&strArr.length==2){
|
|
|
+ if(aType==2&&strArr.length==2&&strArr[0].length()<3){
|
|
|
indexKey = strArr[0]+".";
|
|
|
QuestionAddBo cAddBo = allQues.get(indexKey);
|
|
|
answerQuestion = dealImportAnswer(strArr[1]);
|