md
This commit is contained in:
parent
a3dd1311b1
commit
3ec99a17f0
@ -462,7 +462,6 @@ public class EmisBaseService {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
boolean isSubBill=false;
|
||||
// 判断是否是子单
|
||||
String mainBillCode = "";
|
||||
|
||||
@ -236,7 +236,7 @@ public class WaybillHelper {
|
||||
|
||||
public static String removeUnSeeChar(String str) {
|
||||
if(!StringUtils.isEmpty(str)){
|
||||
return str.replaceAll("\\p{C}", "");
|
||||
return str.replaceAll("\\p{C}+", "");
|
||||
}
|
||||
|
||||
return str;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user