Selaa lähdekoodia

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

csx 2 vuotta sitten
vanhempi
commit
651f611dbc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go Näytä tiedosto

@@ -9479,7 +9479,7 @@ func (c *HisApiController) GetCheckDetailAccount() {
9479 9479
 			Doctor:         user_name,
9480 9480
 		}
9481 9481
 
9482
-		result := service.Gdyb9101(baseParams, zip_name, ReadFile(zip_path))
9482
+		result := service.Gdyb9101(baseParams, file_name, ReadFile(file_path))
9483 9483
 
9484 9484
 		var dat map[string]interface{}
9485 9485
 		if err := json.Unmarshal([]byte(result), &dat); err == nil {