代码修改
parent
5b0dfa8d7a
commit
bf3ebebb0f
|
@ -3149,11 +3149,19 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
generalId = IdentifierHelper.CreateGuid(entity.VisitTaskId.ToString(), entity.QuestionId.ToString(), entity.RowId.ToString(), entity.TableQuestionId.ToString(), "ReadingTaskQuestionMark");
|
||||
}
|
||||
|
||||
var notDistinctionInterfaceUrl= new string[] {
|
||||
"saveTableQuestionMark/-10",
|
||||
"SaveTaskQuestion/-10",
|
||||
"ReadingImageTask/submitCustomTag",
|
||||
};
|
||||
|
||||
|
||||
await InsertInspection<ReadingTaskQuestionMark>(entity, type, x => new InspectionConvertDTO()
|
||||
{
|
||||
VisitTaskId = entity.VisitTaskId,
|
||||
GeneralId = generalId,
|
||||
ObjectRelationParentId = entity.VisitTaskId,
|
||||
IsDistinctionInterface = notDistinctionInterfaceUrl.Contains(_userInfo.RequestUrl) ? false : true,
|
||||
|
||||
}, new
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue