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

This commit is contained in:
he
2025-03-17 16:23:38 +08:00
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();