|
@@ -2357,7 +2357,7 @@ public class ExcelTabServiceImpl extends BaseServiceImpl<ExcelTabMapper, ExcelTa
|
|
|
newFont.setColor(IndexedColors.WHITE.getIndex());
|
|
|
newFont.setFontHeightInPoints(Short.valueOf("1")); // 可根据需要调整字体大小
|
|
|
//从原有值之后,电签ID开始设置成新的格式。
|
|
|
- richTextString.applyFont(existingValue.length(), existingValue.length() + dqid.length(), newFont);
|
|
|
+ richTextString.applyFont(existingValue.length(), s.length(), newFont);
|
|
|
// 将副文本字符串设置到单元格
|
|
|
cell.setCellValue(richTextString);
|
|
|
}
|