修改一版

This commit is contained in:
he
2022-05-19 17:24:30 +08:00
parent 8836377ce0
commit db15a3fb7b
2 changed files with 16 additions and 24 deletions
@@ -1841,7 +1841,7 @@ namespace IRaCIS.Core.Application.Image.QA
if (command.SubjectFirstGiveMedicineTime != null)
{
await _subjectRepository.UpdatePartialFromQueryAsync(command.SubjectId, u => new Subject() { FirstGiveMedicineTime = command.SubjectFirstGiveMedicineTime, });
await _subjectRepository.UpdatePartialFromQueryAsync(command.SubjectId, u => new Subject() { FirstGiveMedicineTime = command.SubjectFirstGiveMedicineTime, },true);
}
await _subjectVisitRepository.SaveChangesAsync();