generated from dxfeng/secondev-chapanda-feishu
BUG-文本去除Unicode特殊字符
This commit is contained in:
parent
82fd6a4585
commit
7efbc212c5
|
|
@ -201,7 +201,7 @@ public class QllResumePo {
|
|||
}
|
||||
|
||||
|
||||
private static String formatStr(String str) {
|
||||
private String formatStr(String str) {
|
||||
if (StringUtils.isBlank(str)) {
|
||||
return "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue