59339处理法规技术评估导出条款内容中的<p>标签。
This commit is contained in:
+4
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user