Add unit test

This commit is contained in:
sunkaixuan
2022-04-13 22:01:14 +08:00
parent 666423f86e
commit c5ee5bf182
2 changed files with 14 additions and 8 deletions

View File

@@ -238,7 +238,7 @@ namespace SqlSugar
conditionalModels.Add((new ConditionalModel()
{
ConditionalType = ConditionalType.In,
FieldName = navObjectNameColumnInfo.Navigat.Name,
FieldName = navColumn.DbColumnName,
FieldValue = String.Join(",", ids),
CSharpTypeName = listItemPkColumn.PropertyInfo.PropertyType.Name
}));