BUG-文本去除Unicode特殊字符

This commit is contained in:
dxfeng 2024-05-13 17:22:27 +08:00
parent 82fd6a4585
commit 7efbc212c5
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ public class QllResumePo {
}
private static String formatStr(String str) {
private String formatStr(String str) {
if (StringUtils.isBlank(str)) {
return "";
}