Quellcode durchsuchen

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

csx vor 3 Jahren
Ursprung
Commit
76a3eb699f
2 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 5 5
      conf/app.conf
  2. 1 1
      controllers/sg/his_api_controller.go

+ 5 - 5
conf/app.conf Datei anzeigen

@@ -45,7 +45,7 @@ appsecret="61ee2e6268497d5aa9de0b0187c39aea"
45 45
 
46 46
 
47 47
 [prod]
48
-org_id =
48
+org_id = 9919
49 49
 mobile_token_expiration_second = 86400
50 50
 httpdomain = https://api.xt.kuyicloud.com
51 51
 sso_domain = https://sso.kuyicloud.com
@@ -53,12 +53,12 @@ call_domain = https://hf.sgjyun.com
53 53
 front_end_domain = "https://xt.kuyicloud.com/#"
54 54
 #url  = "http://192.168.1.228:17001/szsi-portal/transData"
55 55
 url = "http://192.168.1.88:6666/szsi-portal/transData"
56
-#gdyb_url = "http://igb.hsa.gdgov.cn/ebus/gdyb_api/prd/hsa/hgs/"
57
-gdyb_url="http://igb.hsa.gdgov.cn/ebus/sz_prd/hsa/hgs/"
58
-#gdyb_paasid = "sg03_prd"
56
+gdyb_url = "http://igb.hsa.gdgov.cn/ebus/gdyb_api/prd/hsa/hgs/"
57
+#gdyb_url="http://igb.hsa.gdgov.cn/ebus/sz_prd/hsa/hgs/"
58
+gdyb_paasid = "sg03_prd"
59 59
 #gdyb_paasid = "jm_sc_yjyy"
60 60
 #gdyb_paasid = "zh_prd_yjyy"
61
-gdyb_paasid = "sz_prd_yjyy"
61
+#gdyb_paasid = "sz_prd_yjyy"
62 62
 #gdyb_paasid = "zq_prd_yjyy"
63 63
 
64 64
 

+ 1 - 1
controllers/sg/his_api_controller.go Datei anzeigen

@@ -2384,7 +2384,7 @@ func (c *HisApiController) GetUploadInfo() {
2384 2384
 			data["chrg_bchno"] = chrg_bchno
2385 2385
 			data["org_name"] = miConfig.OrgName
2386 2386
 			data["doctor"] = roles.UserName
2387
-			data["doctor_id"] = roles.DoctorNumber
2387
+			data["doctor_id"] = roles.AdminUserId
2388 2388
 			data["dept"] = strconv.FormatInt(patientPrescription.Departments, 10)
2389 2389
 			data["fixmedins_code"] = miConfig.Code
2390 2390
 			if (department.ID == 0 && adminUser.CurrentOrgId == 9919) || (department.ID == 0 && adminUser.CurrentOrgId == 10106) {