md
This commit is contained in:
parent
b54da02fab
commit
243ffc324c
@ -266,6 +266,7 @@ public class WaybillHelper {
|
||||
if(!StringUtils.isEmpty(str)){
|
||||
str=str.replaceAll("\\n", ",");
|
||||
str=str.replaceAll("\\t", ",");
|
||||
str=str.replaceAll("\\s*", "");
|
||||
str=str.replaceAll(",+", ",");
|
||||
str=StringUtils.removeEnd(str, ",");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user