csx 4 лет назад
Родитель
Сommit
cdfee22122
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1 1
      controllers/his_api_controller.go

+ 1 - 1
controllers/his_api_controller.go Просмотреть файл

@@ -938,7 +938,7 @@ func (c *HisApiController) GetUploadInfo() {
938 938
 				mdtrt_id := his.Number
939 939
 				chrg_bchno := chrg_bchno
940 940
 				cert_no := his.Certno
941
-				insutype := rf[0].Insutype
941
+				insutype := "310"
942 942
 				api := "http://127.0.0.1:9532/" + "gdyb/eight?cert_no=" + cert_no + "&insutype=" +
943 943
 					insutype + "&psn_no=" + psn_no + "&chrg_bchno=" + chrg_bchno + "&mdtrt_id=" + mdtrt_id +
944 944
 					"&total=" + allTotal + "&org_name=" + miConfig.OrgName + "&doctor=" + patientPrescription.Doctor + "&fixmedins_code=" + miConfig.Code + "&insuplc_admdvs=" + miConfig.InsuplcAdmdvs + "&mdtrtarea_admvs=" + miConfig.MdtrtareaAdmvs + "&secret_key=" + miConfig.SecretKey