Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -2722,7 +2722,7 @@ namespace OpenAuth.App.ServiceApp
{ {
var taskTemp = await Repository.ChangeRepository<SugarRepositiry<LasaTask>>() var taskTemp = await Repository.ChangeRepository<SugarRepositiry<LasaTask>>()
.AsQueryable() .AsQueryable()
.Where(r => r.AIInspection == "false") .Where(r => r.AIInspection == "true")
.FirstAsync(); .FirstAsync();
if (taskTemp == null) if (taskTemp == null)
{ {