소스 검색

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

csx 3 년 전
부모
커밋
5b4fa2377e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      service/zh_his_service.go

+ 1 - 1
service/zh_his_service.go 파일 보기

@@ -483,7 +483,7 @@ type ZHCustom struct {
483 483
 	HospApprFlag     int64
484 484
 }
485 485
 type ZHRequestResult struct {
486
-	Output      Output `json:"output" form:"output"`
486
+	Output      string `json:"output" form:"output"`
487 487
 	Infcode     int64  `gorm:"column:infcode" json:"infcode" form:"infcode"`
488 488
 	WarnMsg     string `gorm:"column:warn_msg" json:"warn_msg" form:"warn_msg"`
489 489
 	Cainfo      string `gorm:"column:cainfo" json:"cainfo" form:"cainfo"`