修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e0fef9f4ca
commit
5aae3b7fc4
|
@ -3094,7 +3094,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
//自定义特有标识
|
//自定义特有标识
|
||||||
if (await _dbContext.ReadingQuestionCriterionTrial.AnyAsync(t => t.Id == firstEntity.ReadingQuestionCriterionTrialId && t.CriterionType == CriterionType.SelfDefine))
|
if (await _dbContext.ReadingQuestionCriterionTrial.AnyAsync(t => t.Id == firstEntity.ReadingQuestionCriterionTrialId && t.CriterionType == CriterionType.SelfDefine))
|
||||||
{
|
{
|
||||||
extraIdentification = "/Self";
|
//extraIdentification = "/Self";
|
||||||
|
|
||||||
//还会把病灶问题答案更新
|
//还会把病灶问题答案更新
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue