mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
-
This commit is contained in:
parent
331cc083b6
commit
1ea89c9d81
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user