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,6 +137,7 @@ type ResultTwo10265 struct {
137 137
 }
138 138
 
139 139
 func (c *NmController) Post5203() {
140
+	fmt.Println("------")
140 141
 	org_name := c.GetString("org_name")
141 142
 	doctor := c.GetString("doctor")
142 143
 	fixmedins_code := c.GetString("fixmedins_code")