fix 88746 标准拆分--导入拆分结果--编辑--表格编辑译文,只修改文字,提示请添加表格
This commit is contained in:
+2
@@ -3104,8 +3104,10 @@ public class FileSplitItemsEOServiceImpl extends ServiceImpl<FileSplitItemsEOMap
|
||||
valContentTranslation += "<img class=\"wordImg\" style=\"width:100%;height:100%\" src=\""+ translation +"\">";
|
||||
}
|
||||
} else if ("TABLE".equals(type)) {
|
||||
valEO.setItemContent(itemContent.replaceAll("\n","<br/>"));
|
||||
valContent += itemContent;
|
||||
if (StringUtils.isNotBlank(translation)){
|
||||
valEO.setTranslation(translation.replaceAll("\n","<br/>"));
|
||||
valContentTranslation += translation;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user