Browse Source

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

csx 3 years ago
parent
commit
cfccd24e7b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      controllers/sg/his_api_controller.go

+ 6 - 0
controllers/sg/his_api_controller.go View File

@@ -7789,11 +7789,17 @@ func (c *HisApiController) PsnPutNCDSOnRecord() {
7789 7789
 
7790 7790
 	insutype = insutype_two
7791 7791
 
7792
+	fmt.Println(insutype)
7792 7793
 	for _, item := range rf {
7794
+		fmt.Println(item.Insutype)
7795
+		fmt.Println(insutype)
7793 7796
 		if item.Insutype == insutype {
7797
+			fmt.Println(item.Insutype)
7798
+			fmt.Println(insutype)
7794 7799
 			insuplc_admdvs = item.InsuplcAdmdvs
7795 7800
 		}
7796 7801
 	}
7802
+	fmt.Println(insuplc_admdvs)
7797 7803
 
7798 7804
 	if config.IsOpen == 1 {
7799 7805
 		result := service.Gdyb2503(psn_no, insutype, miConfig.OrgName, doctor.UserName, miConfig.Code, strconv.FormatInt(doctor.ID, 10), insuplc_admdvs, miConfig.MdtrtareaAdmvs, miConfig.SecretKey, sick.ClassName, sick.ContentCode, start_time, end_time, check_time)