* изменил таблицы в основном отчете
* изменил метод сохранения пациентов основного отчета
This commit is contained in:
@@ -182,7 +182,7 @@ class SnapshotPatientSource
|
||||
}
|
||||
|
||||
return MedicalHistory::query()
|
||||
->whereIn('original_id', $historyIds)
|
||||
->whereIn('id', $historyIds)
|
||||
->with(['operations'])
|
||||
->get()
|
||||
->mapWithKeys(function (MedicalHistory $history) {
|
||||
|
||||
Reference in New Issue
Block a user