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:
|
case DbType.Vastbase:
|
||||||
default:
|
default:
|
||||||
value = value
|
value = value
|
||||||
.Replace(wildcardStr, "\\\\" + wildcard);
|
.Replace(wildcardStr, "\\" + wildcard);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user