修改中心调研bug
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user