Browse Source

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

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

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

137
 }
137
 }
138
 
138
 
139
 func (c *NmController) Post5203() {
139
 func (c *NmController) Post5203() {
140
+	fmt.Println("------")
140
 	org_name := c.GetString("org_name")
141
 	org_name := c.GetString("org_name")
141
 	doctor := c.GetString("doctor")
142
 	doctor := c.GetString("doctor")
142
 	fixmedins_code := c.GetString("fixmedins_code")
143
 	fixmedins_code := c.GetString("fixmedins_code")