修改QC质疑查询

This commit is contained in:
2022-12-30 11:42:45 +08:00
parent c5194c1c3a
commit c00b63a1b0
3 changed files with 19 additions and 3 deletions
@@ -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",