Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 2 years ago
parent
commit
f82d8dab77
1 changed files with 3 additions and 0 deletions
  1. 3 0
      controllers/nm/nm_controller.go

+ 3 - 0
controllers/nm/nm_controller.go View File

221
 	dept := respJSON["dept"].(string)
221
 	dept := respJSON["dept"].(string)
222
 	dept_code := respJSON["dept_code"].(string)
222
 	dept_code := respJSON["dept_code"].(string)
223
 	doctor_code := respJSON["doctor_code"].(float64)
223
 	doctor_code := respJSON["doctor_code"].(float64)
224
+	fmt.Println("@@@@@@")
225
+
226
+	fmt.Println(doctor_code)
224
 	doctor_name := respJSON["doctor_name"].(string)
227
 	doctor_name := respJSON["doctor_name"].(string)
225
 	opertor := respJSON["opertor"].(string)
228
 	opertor := respJSON["opertor"].(string)
226
 
229