浏览代码

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

csx 2 年前
父节点
当前提交
f82d8dab77
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      controllers/nm/nm_controller.go

+ 3 - 0
controllers/nm/nm_controller.go 查看文件

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