修改一版
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user