|
@@ -2014,6 +2014,9 @@ public class QuestionServiceImpl extends ServiceImpl<QuestionMapper, Question> i
|
|
|
|
|
|
// 绘画图片具体引用
|
|
|
Node blipNode = getChildNode(drawingNode, "a:blip");
|
|
|
+ if(Validator.isEmpty(blipNode)){
|
|
|
+ System.out.println(3243);
|
|
|
+ }
|
|
|
NamedNodeMap blipAttrs = blipNode.getAttributes();
|
|
|
String rid = blipAttrs.getNamedItem("r:embed").getNodeValue();
|
|
|
// System.out.println("word中图片ID:".concat(rid));
|
|
@@ -2048,7 +2051,6 @@ public class QuestionServiceImpl extends ServiceImpl<QuestionMapper, Question> i
|
|
|
hasError = true;
|
|
|
errorLog += "第" + index + "条题目内容错误\n";
|
|
|
continue;
|
|
|
-
|
|
|
}
|
|
|
QuestionAddBo bo = new QuestionAddBo();
|
|
|
if (type == -1) {
|