|
@@ -645,7 +645,7 @@ func (this *SelfDrugApiController) GetSelfMedicalList() {
|
645
|
645
|
func (this *SelfDrugApiController) GetDrugDescByDrugName() {
|
646
|
646
|
|
647
|
647
|
drug_name := this.GetString("drug_name")
|
648
|
|
- fmt.Println("drug_name", drug_name)
|
|
648
|
+
|
649
|
649
|
patient_id, _ := this.GetInt64("patient_id")
|
650
|
650
|
fmt.Println("patient_id", patient_id)
|
651
|
651
|
adminUserInfo := this.GetAdminUserInfo()
|