add:标准拆分表格内容重复问题
This commit is contained in:
+1
-1
@@ -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>");
|
||||||
|
|||||||
Reference in New Issue
Block a user