瀏覽代碼

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

csx 3 年之前
父節點
當前提交
efe7344e7f
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      controllers/zh/zh_his_api_controller.go

+ 0 - 1
controllers/zh/zh_his_api_controller.go 查看文件

@@ -868,7 +868,6 @@ func (c *ZHHisApiController) GetZHInHospitalCheck() {
868 868
 		if res.Infcode == 0 {
869 869
 			result2 := service.Gdyb5301Two(res2.Output.Baseinfo.PsnNo, miConfig.OrgName, role.UserName, miConfig.Code, record.InsuplcAdmdvs, miConfig.MdtrtareaAdmvs, miConfig.SecretKey)
870 870
 			fmt.Println(result2)
871
-
872 871
 			Iinfos, _ := json.Marshal(res2.Output.Iinfo)
873 872
 			Idetinfos, _ := json.Marshal(res2.Output.Idetinfo)
874 873
 			infoStr := string(Iinfos)