瀏覽代碼

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