修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
50b47e0752
commit
88cb7b8a1a
|
@ -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; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2677,6 +2677,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
inDto.UpdateTime = DateTime.Now;
|
||||||
await _readingTableAnswerRowInfoRepository.UpdateFromDTOAsync(inDto);
|
await _readingTableAnswerRowInfoRepository.UpdateFromDTOAsync(inDto);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue