设置删除序列

This commit is contained in:
he
2022-05-12 09:48:55 +08:00
parent 76fe03a741
commit f18cd3ebb3
2 changed files with 4 additions and 6 deletions
@@ -761,7 +761,7 @@ namespace IRaCIS.Core.Infra.EFCore
{
Key = "AuditState",
Code = trialtype == TrialQCProcess.SingleAudit ? "AuditStateRC" : "AuditStatePE",
Code = trialtype == TrialQCProcess.SingleAudit ? "AuditStatePE" : "AuditStateRC",
Type = "Code",
});