Code optimization

This commit is contained in:
sunkaixuna
2021-05-27 21:58:11 +08:00
parent 7ead2b2bc7
commit 2f416c69ff

View File

@@ -35,6 +35,10 @@ namespace SqlSugar
{
return name;
}
if (Context.MappingTables == null)
{
return name;
}
var context = this.Context;
var mappingInfo = context
.MappingTables