迁入
This commit is contained in:
@@ -63,7 +63,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
|
||||
from lefttrialSign in trialSigntemp.DefaultIfEmpty()
|
||||
|
||||
|
||||
join frontAuditConfig in _repository.GetQueryable<FrontAuditConfig>().Where(x=>x.ObjectTypeId!=null) on new
|
||||
join frontAuditConfig in _repository.GetQueryable<FrontAuditConfig>().Where(x=>x.ConfigType=="M") on new
|
||||
{
|
||||
ModuleTypeId = leftmoduleTypec.Id.ToString(),
|
||||
ChildrenTypeId = leftchildrenTypec.Id.ToString(),
|
||||
|
||||
Reference in New Issue
Block a user