Browse Source

耗材参数

XMLWAN 4 years ago
parent
commit
cbaff08c64
1 changed files with 0 additions and 1 deletions
  1. 0 1
      controllers/his_project_api_controller.go

+ 0 - 1
controllers/his_project_api_controller.go View File

1044
 	loc, _ := time.LoadLocation("Local")
1044
 	loc, _ := time.LoadLocation("Local")
1045
 	theTime, _ := time.ParseInLocation(timeLayout+" 15:04:05", record_date+" 00:00:00", loc)
1045
 	theTime, _ := time.ParseInLocation(timeLayout+" 15:04:05", record_date+" 00:00:00", loc)
1046
 	recordDateTime := theTime.Unix()
1046
 	recordDateTime := theTime.Unix()
1047
-	fmt.Println("recordDateTime-----------", recordDateTime)
1048
 	prescription_id, _ := this.GetInt64("prescription_id")
1047
 	prescription_id, _ := this.GetInt64("prescription_id")
1049
 	advicePrint, err := service.GetDoctorAdvicePrint(patient_id, recordDateTime, prescription_id)
1048
 	advicePrint, err := service.GetDoctorAdvicePrint(patient_id, recordDateTime, prescription_id)
1050
 
1049