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>>()
.AsQueryable()
.Where(r => r.AIInspection == "false")
.Where(r => r.AIInspection == "true")
.FirstAsync();
if (taskTemp == null)
{