mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 02:14:53 +08:00
-
This commit is contained in:
@@ -1616,6 +1616,7 @@ namespace SqlSugar
|
||||
var firstPareamter = (express as LambdaExpression).Parameters.First();
|
||||
this.QueryBuilder.TableShortName = firstPareamter.Name;
|
||||
}
|
||||
Check.Exception(result.JoinIndex > 9, ErrorMessage.GetThrowMessage("只支持11个表", "Only 11 tables are supported"));
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user