ソースを参照

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