|
@@ -418,7 +418,7 @@ func (this *StaffScheduleApiController) UpdateBloodSchedule() {
|
418
|
418
|
DialyzerPerfusionApparatus: dialyzer_perfusion_apparatus,
|
419
|
419
|
DialysisDialyszers: dialyzer_perfusion_apparatus,
|
420
|
420
|
}
|
421
|
|
- service.UpdateDialysisPrescriptionOne(prescription, patient_id, startTime)
|
|
421
|
+ service.UpdateDialysisPrescriptionOne(prescription, patient_id, start_time)
|
422
|
422
|
}
|
423
|
423
|
}
|
424
|
424
|
|