@@ -221,6 +221,9 @@ func (c *NmController) Post2301() {
dept := respJSON["dept"].(string)
dept_code := respJSON["dept_code"].(string)
doctor_code := respJSON["doctor_code"].(float64)
+ fmt.Println("@@@@@@")
+
+ fmt.Println(doctor_code)
doctor_name := respJSON["doctor_name"].(string)
opertor := respJSON["opertor"].(string)