mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Code optimization
This commit is contained in:
parent
7a78a13619
commit
6981e2666f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user