Browse Source

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

csx 3 years ago
parent
commit
99b4a6a846
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go View File

2941
 	InfRefmsgid string `json:"inf_refmsgid"`
2941
 	InfRefmsgid string `json:"inf_refmsgid"`
2942
 	Infcode     int64  `json:"infcode"`
2942
 	Infcode     int64  `json:"infcode"`
2943
 	Output      struct {
2943
 	Output      struct {
2944
-		Result struct {
2944
+		Result []struct {
2945
 			OpspDiseCode string `json:"opsp_dise_code"`
2945
 			OpspDiseCode string `json:"opsp_dise_code"`
2946
 			OpspDiseName string `json:"opsp_dise_name"`
2946
 			OpspDiseName string `json:"opsp_dise_name"`
2947
 			Begndate     string `json:"begndate"`
2947
 			Begndate     string `json:"begndate"`