Update EscapeLikeValue

This commit is contained in:
sunkaixuan 2025-06-05 12:17:32 +08:00
parent e2a6b783ed
commit 91ec30e5f9

View File

@ -123,7 +123,7 @@ namespace SqlSugar
case DbType.Vastbase: case DbType.Vastbase:
default: default:
value = value value = value
.Replace(wildcardStr, "\\\\" + wildcard); .Replace(wildcardStr, "\\" + wildcard);
break; break;
} }