修改一版

Uat_Study
he 2022-07-08 15:08:42 +08:00
parent a7cb06fed0
commit 5f1147b73a
1 changed files with 1 additions and 0 deletions

View File

@ -417,6 +417,7 @@ namespace IRaCIS.Application.Services
{
JudgeResultTaskId = inDto.JudgeResultTaskId,
JudgeResultRemark = inDto.JudgeResultRemark,
JudgeResultImagePath=inDto.JudgeResultImagePath,
});
var result=await _visitTaskRepository.SaveChangesAsync();