|
@@ -504,14 +504,14 @@ public class ImportPaperService {
|
|
|
} else if (tmpText.matches("^[a-zA-Z]\\.[\\s\\S]*") || tmpText.startsWith("[")) {
|
|
|
|
|
|
break;
|
|
|
- } else if(bodyStart){
|
|
|
+ } else {
|
|
|
|
|
|
String tmpWordMl = DocxProcessUtil.getPWordMl(pBody);
|
|
|
quesBodyWordMl.append(DocxProcessUtil.formatPWordMl(tmpWordMl));
|
|
|
quesBodyHtml.append(DocxProcessUtil.docx2Html(tmpWordMl, wordMLPackage));
|
|
|
- }else{
|
|
|
+ }
|
|
|
break;
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
if(StringUtils.isEmpty(quesBodyHtml) || StringUtils.isEmpty(quesBodyWordMl)){
|
|
|
if(subQuesNum == 0){
|