md
This commit is contained in:
parent
c534d8d987
commit
1caaffc3c4
@ -251,9 +251,9 @@ public class WaybillHelper {
|
|||||||
public static String removeUnSeeChar(String str) {
|
public static String removeUnSeeChar(String str) {
|
||||||
if(!StringUtils.isEmpty(str)){
|
if(!StringUtils.isEmpty(str)){
|
||||||
return str.replaceAll("\\p{C}+", "").replaceAll("\\u00A0+", " ");
|
return str.replaceAll("\\p{C}+", "").replaceAll("\\u00A0+", " ");
|
||||||
|
}else{
|
||||||
|
return " ";
|
||||||
}
|
}
|
||||||
|
|
||||||
return str;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user