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