Browse Source

自备药开发

XMLWAN 4 years ago
parent
commit
879334b16d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/self_drug_api_congtroller.go

+ 1 - 1
controllers/self_drug_api_congtroller.go View File

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