소스 검색

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

csx 4 년 전
부모
커밋
f8dd5abbc3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go 파일 보기

@@ -3834,7 +3834,7 @@ func (c *HisApiController) GetPatientInfo() {
3834 3834
 		}
3835 3835
 
3836 3836
 		userJSONBytes, _ := json.Marshal(dat)
3837
-		var res ResultFourteen
3837
+		var res ResultTwo
3838 3838
 		if err := json.Unmarshal(userJSONBytes, &res); err != nil {
3839 3839
 			utils.ErrorLog("解析失败:%v", err)
3840 3840
 			c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeDataException)