修改添加

This commit is contained in:
2022-07-29 11:32:48 +08:00
parent 283bbd29e5
commit 904d5f3a3d
3 changed files with 21 additions and 10 deletions
@@ -102,12 +102,12 @@ namespace IRaCIS.Core.Application.Service
}
public async Task<IResponseOutput> AddSubjectCancelDoctorNote(CancelDoctorCommand command)
{
await _subjectCanceDoctorRepository.InsertOrUpdateAsync(command, true);
//public async Task<IResponseOutput> AddSubjectCancelDoctorNote(CancelDoctorCommand command)
//{
// await _subjectCanceDoctorRepository.InsertOrUpdateAsync(command, true);
return ResponseOutput.Ok();
}
// return ResponseOutput.Ok();
//}
public async Task<List<SubjectCancelDoctorView>> GetSubjectCancelDoctorHistoryList(Guid subjectId)
{