mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update delete.WhereColumns
This commit is contained in:
parent
28d10ed1a3
commit
73bda90171
@ -404,7 +404,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
FieldName =item,
|
FieldName =item,
|
||||||
ConditionalType = ConditionalType.Equal,
|
ConditionalType = ConditionalType.Equal,
|
||||||
FieldValue = model[item].ObjToString(),
|
FieldValue = model[item].ObjToStringNoTrim(),
|
||||||
CSharpTypeName = model[item]==null?null : model[item].GetType().Name
|
CSharpTypeName = model[item]==null?null : model[item].GetType().Name
|
||||||
}));
|
}));
|
||||||
i++;
|
i++;
|
||||||
|
Loading…
Reference in New Issue
Block a user