mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-03 04:13:48 +08:00
Synchronization code
This commit is contained in:
parent
06b29f89c5
commit
c3f6f18e3e
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user