|
@@ -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)
|