修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5490630922
commit
6306c6752a
|
@ -231,6 +231,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
await _attachmentrepository.DeleteFromQueryAsync(a => a.DoctorId == attachment.DoctorId && a.Type == attachment.Type);
|
||||
}
|
||||
|
||||
attachment.UpdateTime = DateTime.Now;
|
||||
await _attachmentrepository.UpdateFromDTOAsync(attachment);
|
||||
|
||||
await _attachmentrepository.SaveChangesAsync();
|
||||
|
|
Loading…
Reference in New Issue