修改QC质疑查询
This commit is contained in:
@@ -707,6 +707,8 @@ namespace IRaCIS.Core.Application.Service
|
||||
join p in _frontAuditConfigRepository.Where(x => x.DictionaryCode!=null &&x.DictionaryCode!=string.Empty && x.EnumType == "Dictionary" && x.IsEnable) on u.Id equals p.ParentId
|
||||
select new
|
||||
{
|
||||
//前端展示类型
|
||||
//DataType=p.DataType,
|
||||
Key = p.Code,
|
||||
Code = p.DictionaryCode,
|
||||
Type = p.DictionaryType
|
||||
@@ -719,7 +721,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
{
|
||||
list.Add(new
|
||||
{
|
||||
|
||||
//DataType="",
|
||||
Key = "AuditState",
|
||||
Code = trialtype == TrialQCProcess.SingleAudit ? "AuditStatePE" : "AuditStateRC",
|
||||
Type = "Code",
|
||||
|
||||
Reference in New Issue
Block a user