This commit is contained in:
gaojiabao
2023-06-13 11:02:21 +08:00
parent 1bd71cc2c4
commit f6f6146c83
@@ -595,7 +595,11 @@ public class SarFileSplitInfoEOServiceImpl implements SarFileSplitInfoEOService
}
String text = buffer.toString();
if (length > 0) {
text = text.substring(length);
try {
text = text.substring(length);
}catch (Exception e){
e.printStackTrace();
}
}
message.getItemsCondi().add(text);
message.setItermsConditions(message.getItermsConditions() + "<p>" + text + "<p>");