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