mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 10:24:55 +08:00
-
This commit is contained in:
@@ -25,7 +25,7 @@ namespace SqlSugar
|
||||
return string.Format(" (LOWER({0})) ", parameter.Value);
|
||||
}
|
||||
|
||||
public object Trim(MethodCallExpressionModel model)
|
||||
public virtual object Trim(MethodCallExpressionModel model)
|
||||
{
|
||||
var parameter = model.Args[0];
|
||||
return string.Format(" (rtrim(ltrim({0}))) ", parameter.Value);
|
||||
|
||||
Reference in New Issue
Block a user