修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
285fd0e1bb
commit
ccff36507f
|
@ -1150,7 +1150,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
|
||||
|
||||
|
||||
var allfront = await (from data in _frontAuditConfigRepository.AsQueryable()
|
||||
var allfront = await (from data in _frontAuditConfigRepository.Where(x=>x.IsEnable)
|
||||
join dic in _dictionaryRepository.Where(x => x.Parent.Code == "ModuleType" && x.IsEnable) on data.ModuleTypeId equals dic.Id
|
||||
join trialshow in _trialAuditShowRepository.Where(x => x.TrialId == inDto.TrialId) on data.Id equals trialshow.FrontAuditConfigId into trialshowtemp
|
||||
from lefttrialshow in trialshowtemp.DefaultIfEmpty()
|
||||
|
|
Loading…
Reference in New Issue