Explorar el Código

11月8日库存管理

XMLWAN hace 3 años
padre
commit
3c0a5a2bd3

+ 1 - 0
controllers/new_mobile_api_controllers/staff_schedule_api_controller.go Ver fichero

@@ -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")