mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-11 08:08:00 +08:00
Update exp to sql
This commit is contained in:
parent
c57b182db8
commit
bcf61025bf
@ -772,7 +772,7 @@ namespace SqlSugar
|
|||||||
case "Format":
|
case "Format":
|
||||||
var xx = base.BaseParameter;
|
var xx = base.BaseParameter;
|
||||||
var result = this.Context.DbMehtods.Format(model);
|
var result = this.Context.DbMehtods.Format(model);
|
||||||
if (!string.IsNullOrEmpty(this.Context.MethodName))
|
if (this.Context.MethodName?.StartsWith("Row")==true)
|
||||||
{
|
{
|
||||||
result = this.Context.DbMehtods.FormatRowNumber(model);
|
result = this.Context.DbMehtods.FormatRowNumber(model);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user