Compare commits

...

2 Commits

Author SHA1 Message Date
he 94ba76b3f3 Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2025-07-15 16:49:14 +08:00
he bf3ebebb0f 代码修改 2025-07-15 16:49:13 +08:00
1 changed files with 8 additions and 0 deletions

View File

@ -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
{