修改一版
This commit is contained in:
@@ -49,6 +49,11 @@ namespace IRaCIS.Application.Services
|
||||
[HttpPost]
|
||||
public async Task<(GetTrialReadingQuestionPageDto, object)> GetTrialReadingQuestion(GetTrialReadingQuestionInDto inDto)
|
||||
{
|
||||
if (inDto.VisitTaskId != null)
|
||||
{
|
||||
await AddDefaultValueToTask(inDto.VisitTaskId.Value);
|
||||
}
|
||||
|
||||
var result = new GetTrialReadingQuestionPageDto();
|
||||
var readingTaskState = await _visitTaskRepository.Where(x => x.Id == inDto.VisitTaskId).Select(x => x.ReadingTaskState).FirstOrDefaultAsync();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user