Browse Source

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

csx 3 years ago
parent
commit
5b4fa2377e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/zh_his_service.go

+ 1 - 1
service/zh_his_service.go View File

@@ -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"`