|
@@ -428,6 +428,7 @@ func (this *StaffScheduleApiController) UpdateBloodScheduleMode() {
|
428
|
428
|
func (this *StaffScheduleApiController) UpdateBloodSchedule() {
|
429
|
429
|
|
430
|
430
|
patient_id, _ := this.GetInt64("patient_id")
|
|
431
|
+ fmt.Println(patient_id)
|
431
|
432
|
mode_id, _ := this.GetInt64("mode_id")
|
432
|
433
|
schedule_type, _ := this.GetInt64("schedule_type")
|
433
|
434
|
start_time, _ := this.GetInt64("start_time")
|