Synchronization code

This commit is contained in:
sunkaixuan 2023-07-27 18:36:28 +08:00
parent 06b29f89c5
commit c3f6f18e3e

View File

@ -772,7 +772,7 @@ namespace SqlSugar
case "Format":
var xx = base.BaseParameter;
var result = this.Context.DbMehtods.Format(model);
if (this.Context.MethodName?.StartsWith("Row")==true)
if (this.Context.MethodName== "MappingColumn" || this.Context.MethodName?.StartsWith("Row")==true)
{
result = this.Context.DbMehtods.FormatRowNumber(model);
}