修改
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
he 2025-07-10 11:15:53 +08:00
parent 50b47e0752
commit 88cb7b8a1a
2 changed files with 3 additions and 0 deletions

View File

@ -2368,6 +2368,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary> /// </summary>
public Guid? CTSeriesId { get; set; } public Guid? CTSeriesId { get; set; }
public DateTime? UpdateTime { get; set; }
public List<SubmitTableQuestionInfo> AnswerList { get; set; } public List<SubmitTableQuestionInfo> AnswerList { get; set; }
} }

View File

@ -2677,6 +2677,7 @@ namespace IRaCIS.Core.Application.Service
} }
else else
{ {
inDto.UpdateTime = DateTime.Now;
await _readingTableAnswerRowInfoRepository.UpdateFromDTOAsync(inDto); await _readingTableAnswerRowInfoRepository.UpdateFromDTOAsync(inDto);