mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update check
This commit is contained in:
parent
833a21076d
commit
f1b5dc7f58
@ -717,7 +717,7 @@ namespace SqlSugar
|
||||
{
|
||||
var str1 = "(" + string.Join(",", currentParametres.Select(it => it.Name)) + ")=>";
|
||||
var str2 = "("+string.Join(",", jsoinParameters.Select(it => it.Name))+",xxx )=>";
|
||||
throw new Exception(ErrorMessage.GetThrowMessage($"请把 {str1} 改成 {str2} ", "Please change {str1} to {str2}."));
|
||||
throw new Exception(ErrorMessage.GetThrowMessage($" exp: {expression} , Please change {str1} to {str2}.", $"Join 表达式 {expression} 错误, 请把 {str1} 改成 {str2} "));
|
||||
}
|
||||
foreach (var item in currentParametres.Take(jsoinParameters.Count))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user