bugfix:结束手飞任务智能巡检逻辑修改

feature-flyModify
陈伟 2025-09-10 17:01:14 +08:00
parent 9de0bf49a8
commit 359122ab56
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)
{