S-006 临床数据
parent
22225dd841
commit
44d0f67e18
|
@ -556,7 +556,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
public async Task<List<GetClinicalTableListOutDto>> GetClinicalTableList(GetClinicalTableListInDto inDto)
|
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()
|
var confirmList = (await this.GetCRCConfirmList(new GetCRCConfirmListInDto()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue