mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update nav query bug
This commit is contained in:
parent
6a5feb8490
commit
d343e79704
@ -337,7 +337,7 @@ namespace SqlSugar
|
||||
ConditionalType = ConditionalType.In,
|
||||
FieldName = navPkColumn.DbColumnName,
|
||||
FieldValue = String.Join(",", ids),
|
||||
CSharpTypeName = navObjectNameColumnInfo.PropertyInfo.PropertyType.Name
|
||||
CSharpTypeName = navPkColumn.PropertyInfo.PropertyType.Name
|
||||
}));
|
||||
if (list.Any()&&navObjectNamePropety.GetValue(list.First()) == null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user