Explorar el Código

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

csx hace 3 años
padre
commit
5b4fa2377e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      service/zh_his_service.go

+ 1 - 1
service/zh_his_service.go Ver fichero

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