瀏覽代碼

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

csx 4 年之前
父節點
當前提交
7b2c6e2869
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/self_drug_api_congtroller.go

+ 1 - 1
controllers/self_drug_api_congtroller.go 查看文件

88
 	adminUserInfo := this.GetAdminUserInfo()
88
 	adminUserInfo := this.GetAdminUserInfo()
89
 	orgId := adminUserInfo.CurrentOrgId
89
 	orgId := adminUserInfo.CurrentOrgId
90
 	drug_name := this.GetString("drug_name")
90
 	drug_name := this.GetString("drug_name")
91
-	fmt.Println("drug_name", drug_name)
91
+	//fmt.Println("drug_name", drug_name)
92
 	drugName := models.XtDrugName{
92
 	drugName := models.XtDrugName{
93
 		UserOrgId:   orgId,
93
 		UserOrgId:   orgId,
94
 		DrugName:    drug_name,
94
 		DrugName:    drug_name,