修改中心调研bug
parent
e92ea3ea0c
commit
44e4fe3a29
|
@ -31,7 +31,7 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
{
|
||||
var trialSiteEquipmentSurveyQueryable = _trialSiteEquipmentSurveyRepository.Where(t => t.TrialSiteSurveyId == trialSiteSurveyId)
|
||||
.WhereIf(!string.IsNullOrEmpty(scannerType), t => t.ScannerType.Contains(scannerType!))
|
||||
.ProjectTo<TrialSiteEquipmentSurveyView>(_mapper.ConfigurationProvider);
|
||||
.ProjectTo<TrialSiteEquipmentSurveyView>(_mapper.ConfigurationProvider,new { isEn_Us = _userInfo.IsEn_Us });
|
||||
|
||||
return await trialSiteEquipmentSurveyQueryable.ToListAsync();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue