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