mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Update Core
This commit is contained in:
@@ -160,6 +160,7 @@ namespace SqlSugar
|
||||
}
|
||||
string oldName = item.FieldName;
|
||||
item.FieldName = GetTranslationColumnName(item.FieldName);
|
||||
Check.Exception(item.FieldName.Contains("--"), "Field name is error format");
|
||||
switch (item.ConditionalType)
|
||||
{
|
||||
case ConditionalType.Equal:
|
||||
|
Reference in New Issue
Block a user