mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 04:35:29 +08:00
Update EscapeLikeValue
This commit is contained in:
parent
e2a6b783ed
commit
91ec30e5f9
@ -123,7 +123,7 @@ namespace SqlSugar
|
||||
case DbType.Vastbase:
|
||||
default:
|
||||
value = value
|
||||
.Replace(wildcardStr, "\\\\" + wildcard);
|
||||
.Replace(wildcardStr, "\\" + wildcard);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user