修改
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
he 2025-06-04 16:14:24 +08:00
parent 1952a108a9
commit 83a15a0b47
1 changed files with 1 additions and 1 deletions

View File

@ -1150,7 +1150,7 @@ namespace IRaCIS.Core.Application.Service
var allfront = await (from data in _frontAuditConfigRepository.Where(x=>x.IsEnable)
var allfront = await (from data in _frontAuditConfigRepository.Where(x=>x.IsEnable && x.ConfigType == "M")
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()