소스 검색

Merge branch '20201014_xt_api_new_branch' of http://git.shengws.com/csx/XT_New into 20201014_xt_api_new_branch

csx 4 년 전
부모
커밋
6d222a1087
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/self_drug_api_congtroller.go

+ 1 - 1
controllers/self_drug_api_congtroller.go 파일 보기

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