add:标准拆分表格内容重复问题
This commit is contained in:
+1
-1
@@ -686,7 +686,7 @@ public class SarFileSplitInfoEOServiceImpl implements SarFileSplitInfoEOService
|
||||
if (ObjectUtils.isNotEmpty(smalltext)) {
|
||||
switch (subscript) {
|
||||
case BASELINE:
|
||||
xwrun.setText(smalltext);
|
||||
xwrun.setText(smalltext, 0);
|
||||
break;
|
||||
case SUBSCRIPT:
|
||||
xwrun.setText("<span class=sub>" + smalltext + "</span>");
|
||||
|
||||
Reference in New Issue
Block a user