This commit is contained in:
Looly
2023-03-26 13:18:45 +08:00
parent dd091d7b25
commit 7581ab6428
4 changed files with 237 additions and 266 deletions

View File

@@ -104,7 +104,7 @@ public class QuoteWrapper implements Serializable {
}
//如果已经包含包装的引号,返回原字符
if (StrUtil.isSurround(field, preWrapQuote, sufWrapQuote)) {
if (StrUtil.isWrap(field, preWrapQuote, sufWrapQuote)) {
return field;
}