Ver código fonte

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

csx 3 anos atrás
pai
commit
d5a0606005
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      controllers/zh/zh_his_api_controller.go

+ 1 - 0
controllers/zh/zh_his_api_controller.go Ver arquivo

@@ -674,6 +674,7 @@ func (c *ZHHisApiController) GetZHInHospitalCheck() {
674 674
 
675 675
 	Iinfos, _ := json.Marshal(res2.Output.Iinfo)
676 676
 	infoStr := string(Iinfos)
677
+	fmt.Println(infoStr)
677 678
 
678 679
 	var rf []*ResultFive
679 680
 	json.Unmarshal([]byte(infoStr), &rf)