稽查修改

This commit is contained in:
2022-08-31 16:37:28 +08:00
parent 5f7f5c0ccb
commit 8da1210b15
5 changed files with 8 additions and 9 deletions
@@ -185,10 +185,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public class GetReadingClinicalDataListIndto
{
[Required(ErrorMessage = "SubjectId为null")]
[NotDefault]
public Guid SubjectId { get; set; }
[Required(ErrorMessage = "ReadingId为null")]
[NotDefault]
public Guid ReadingId { get; set; }
public UploadRole? UploadRole { get; set; }
@@ -1770,7 +1770,7 @@ namespace IRaCIS.Application.Services
//var result = await this.SaveGlobalReadingInfo(inDto);
//await FinishReadUpdateState(inDto.OncologyTaskId);
await _visitTaskRepository.BatchUpdateNoTrackingAsync(x => x.Id == inDto.OncologyTaskId, x => new VisitTask()
await _visitTaskRepository.UpdatePartialFromQueryAsync( inDto.OncologyTaskId, x => new VisitTask()
{
ReadingTaskState = ReadingTaskState.HaveSigned,
SignTime = DateTime.Now,