59339处理法规技术评估导出条款内容中的<p>标签。

This commit is contained in:
wangzhijiang
2022-09-07 20:32:25 +08:00
parent 6c7e5a0587
commit 619c33305c
@@ -331,6 +331,10 @@ public class LawsTechnologyEvaluationItemResultEOServiceImpl extends ServiceImpl
}
}
if(StringUtils.isNotEmpty(itemContent)){
itemContent = itemContent.replaceAll("<p>","").replaceAll("</p>","\r\n");
}
dataRow.createCell(2).setCellValue(itemContent);
dataRow.createCell(3).setCellValue(exportData.get(dataIndex).getEvaluatorName());
dataRow.createCell(4).setCellValue(exportData.get(dataIndex).getEvaluationMethodsName());