mirror of
https://gitee.com/dromara/hutool.git
synced 2025-11-18 08:50:42 +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