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