获取裁判表单 返回备注和截图的信息

This commit is contained in:
he
2026-08-13 09:51:42 +08:00
parent 273c25dfdc
commit 1d1d247953
2 changed files with 4 additions and 0 deletions
@@ -180,6 +180,8 @@ namespace IRaCIS.Core.Application.Service
return new GetJudgeFormOutDto
{
JudgeResultRemark = taskInfo.JudgeResultRemark,
JudgeResultImagePathList = taskInfo.JudgeResultImagePathList,
QuestionList = questionList.Select(x => new JudgeFormQuestionDto
{
ReadingQuestionId = x.Id,