修改一版

This commit is contained in:
he
2022-07-08 15:08:42 +08:00
parent a7cb06fed0
commit 5f1147b73a
@@ -417,6 +417,7 @@ namespace IRaCIS.Application.Services
{
JudgeResultTaskId = inDto.JudgeResultTaskId,
JudgeResultRemark = inDto.JudgeResultRemark,
JudgeResultImagePath=inDto.JudgeResultImagePath,
});
var result=await _visitTaskRepository.SaveChangesAsync();