状态修改

This commit is contained in:
he
2025-02-17 10:06:04 +08:00
parent 68452beba0
commit 679cc26225
2 changed files with 6 additions and 1 deletions
@@ -643,7 +643,7 @@ namespace IRaCIS.Core.Application.Service
IsCurrentTask = x.Id == inDto.VisitTaskId,
IsConvertedTask = x.IsConvertedTask,
IsFirstChangeTask = x.BeforeConvertedTaskId != null,
IsExistUnprocessedFeedback=x.UserFeedBackList.Any(y => y.State == 0),
}).ToListAsync();