mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Code optimization
This commit is contained in:
@@ -35,6 +35,10 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
return name;
|
return name;
|
||||||
}
|
}
|
||||||
|
if (Context.MappingTables == null)
|
||||||
|
{
|
||||||
|
return name;
|
||||||
|
}
|
||||||
var context = this.Context;
|
var context = this.Context;
|
||||||
var mappingInfo = context
|
var mappingInfo = context
|
||||||
.MappingTables
|
.MappingTables
|
||||||
|
Reference in New Issue
Block a user