add:标准拆分表格内容重复问题

This commit is contained in:
wxyclub
2023-10-24 22:09:06 +08:00
parent cac6276167
commit 326c5c997d
@@ -686,7 +686,7 @@ public class SarFileSplitInfoEOServiceImpl implements SarFileSplitInfoEOService
if (ObjectUtils.isNotEmpty(smalltext)) { if (ObjectUtils.isNotEmpty(smalltext)) {
switch (subscript) { switch (subscript) {
case BASELINE: case BASELINE:
xwrun.setText(smalltext); xwrun.setText(smalltext, 0);
break; break;
case SUBSCRIPT: case SUBSCRIPT:
xwrun.setText("<span class=sub>" + smalltext + "</span>"); xwrun.setText("<span class=sub>" + smalltext + "</span>");