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