fix 条款导出报错
This commit is contained in:
+1
-1
@@ -4378,7 +4378,7 @@ public class FileSplitItemsEOServiceImpl extends ServiceImpl<FileSplitItemsEOMap
|
||||
// 条款内容特殊处理
|
||||
HSSFCell cell2 = row1.createCell(cellNum);
|
||||
row1.getCell(cellNum).setCellStyle(cellStyle);
|
||||
String content = exportDto.get(fieldName).toString();
|
||||
String content = (String) exportDto.get(fieldName);
|
||||
if (StringUtils.isNotEmpty(content)) {
|
||||
content = content.replaceAll("null","");
|
||||
content = content.replaceAll("<p>","");
|
||||
|
||||
Reference in New Issue
Block a user