修改一版
parent
e611380010
commit
afb72a4662
|
@ -64,6 +64,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
{
|
||||
public Guid GlobalTaskId { get; set; }
|
||||
|
||||
public ReadingTaskState ReadingTaskState { get; set; }
|
||||
|
||||
public List<GlobalVisitInfo> TaskList { get; set; }
|
||||
}
|
||||
|
||||
|
|
|
@ -151,6 +151,7 @@ namespace IRaCIS.Application.Services
|
|||
GetGlobalReadingInfoOutDto result = new GetGlobalReadingInfoOutDto()
|
||||
{
|
||||
GlobalTaskId = inDto.VisitTaskId,
|
||||
ReadingTaskState=taskInfo.ReadingTaskState
|
||||
};
|
||||
|
||||
result.TaskList = await _visitTaskRepository.Where(x => x.ReadingCategory == ReadingCategory.Visit &&
|
||||
|
|
Loading…
Reference in New Issue