mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-21 18:48:27 +08:00
Update exp to sql
This commit is contained in:
@@ -1007,7 +1007,7 @@ namespace SqlSugar
|
||||
case "Format":
|
||||
var xx=base.BaseParameter;
|
||||
var result = this.Context.DbMehtods.Format(model);
|
||||
if (this.Context.MethodName.IsIn("RowNumber", "MappingColumn"))
|
||||
if (!string.IsNullOrEmpty(this.Context.MethodName))
|
||||
{
|
||||
result = this.Context.DbMehtods.FormatRowNumber(model);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user