mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -104,7 +104,7 @@ public class QuoteWrapper implements Serializable {
|
||||
}
|
||||
|
||||
//如果已经包含包装的引号,返回原字符
|
||||
if (StrUtil.isSurround(field, preWrapQuote, sufWrapQuote)) {
|
||||
if (StrUtil.isWrap(field, preWrapQuote, sufWrapQuote)) {
|
||||
return field;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user