拆分
This commit is contained in:
+5
-1
@@ -595,7 +595,11 @@ public class SarFileSplitInfoEOServiceImpl implements SarFileSplitInfoEOService
|
|||||||
}
|
}
|
||||||
String text = buffer.toString();
|
String text = buffer.toString();
|
||||||
if (length > 0) {
|
if (length > 0) {
|
||||||
text = text.substring(length);
|
try {
|
||||||
|
text = text.substring(length);
|
||||||
|
}catch (Exception e){
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
message.getItemsCondi().add(text);
|
message.getItemsCondi().add(text);
|
||||||
message.setItermsConditions(message.getItermsConditions() + "<p>" + text + "<p>");
|
message.setItermsConditions(message.getItermsConditions() + "<p>" + text + "<p>");
|
||||||
|
|||||||
Reference in New Issue
Block a user