|
@@ -379,7 +379,7 @@ public abstract class ExportPaperAbstractService {
|
|
tObj = ((JAXBElement<?>) tObj).getValue();
|
|
tObj = ((JAXBElement<?>) tObj).getValue();
|
|
if(tObj.getClass().equals(Text.class)){
|
|
if(tObj.getClass().equals(Text.class)){
|
|
Text text = (Text)tObj;
|
|
Text text = (Text)tObj;
|
|
- String str = text.getValue().trim();
|
|
|
|
|
|
+ String str = text.getValue();
|
|
str = str.replaceAll("###","______");
|
|
str = str.replaceAll("###","______");
|
|
text.setValue(str);
|
|
text.setValue(str);
|
|
if(str.matches("##\\d{1,}##")){
|
|
if(str.matches("##\\d{1,}##")){
|