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,6 +221,9 @@ func (c *NmController) Post2301() {
221 221
 	dept := respJSON["dept"].(string)
222 222
 	dept_code := respJSON["dept_code"].(string)
223 223
 	doctor_code := respJSON["doctor_code"].(float64)
224
+	fmt.Println("@@@@@@")
225
+
226
+	fmt.Println(doctor_code)
224 227
 	doctor_name := respJSON["doctor_name"].(string)
225 228
 	opertor := respJSON["opertor"].(string)
226 229