修改调研表bug

This commit is contained in:
2022-06-02 16:43:40 +08:00
parent 6a9faa690a
commit a61cf48e6c
3 changed files with 3 additions and 3 deletions
@@ -508,7 +508,7 @@ namespace IRaCIS.Core.Infra.EFCore
query = query.IgnoreQueryFilters();
}
var entity = await query.FirstOrDefaultAsync();
var entity = await query.FirstOrDefaultAsync(exp);
if (entity is null)
{