S-006 临床数据

Uat_Study
he 2023-07-05 12:57:59 +08:00
parent 22225dd841
commit 44d0f67e18
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ namespace IRaCIS.Core.Application.Service
public async Task<List<GetClinicalTableListOutDto>> GetClinicalTableList(GetClinicalTableListInDto inDto)
{
var readModule=await _readModuleRepository.Where(x => x.Id == inDto.ReadModuleId).FirstNotNullAsync():
var readModule = await _readModuleRepository.Where(x => x.Id == inDto.ReadModuleId).FirstNotNullAsync();
var confirmList = (await this.GetCRCConfirmList(new GetCRCConfirmListInDto()
{