修复 IsIgnore 过滤字段后,查询的错误;

This commit is contained in:
28810
2019-04-18 11:21:12 +08:00
parent b33536e4df
commit 8d266a556e
11 changed files with 60 additions and 4 deletions

View File

@ -158,6 +158,8 @@ namespace FreeSql.Tests.SqlServer {
}
[Fact]
public void ToOne() {
var testnotfind = select.Where("1=2").First(a => a.CreateTime);
Assert.Equal(default(DateTime), testnotfind);
}
[Fact]
public void ToSql() {