Commit f40fbece authored by 吴春's avatar 吴春

提交代码

parent 48ef0d6c
......@@ -569,6 +569,7 @@ namespace Edu.WebApi.Controllers.Applet
var modelPublish = paperModule.GetExaminationPublishModule(Id);
var modelPaper = paperModule.GetExaminationPaperModule(PaperId, isShowAnswer: false, GuestId: GuestId, PublishId: Id);
modelPublish.GuestId = GuestId;
modelPaper.GuestId = GuestId;
return ApiResult.Success(data: new { Publish = modelPublish, Paper = modelPaper });
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment