mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-09 15:17:57 +08:00
-
This commit is contained in:
parent
1ea89c9d81
commit
ccd4bee358
@ -1616,7 +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"));
|
||||
Check.Exception(result.JoinIndex > 10, ErrorMessage.GetThrowMessage("只支持12个表", "Only 12 tables are supported"));
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user