Browse Source

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

csx 3 years ago
parent
commit
263cba04d2
2 changed files with 2 additions and 2 deletions
  1. 1 1
      conf/app.conf
  2. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
conf/app.conf View File

45
 
45
 
46
 
46
 
47
 [prod]
47
 [prod]
48
-org_id = 10106
48
+org_id = 10188
49
 mobile_token_expiration_second = 86400
49
 mobile_token_expiration_second = 86400
50
 httpdomain = https://api.xt.kuyicloud.com
50
 httpdomain = https://api.xt.kuyicloud.com
51
 sso_domain = https://sso.kuyicloud.com
51
 sso_domain = https://sso.kuyicloud.com

+ 1 - 1
controllers/sg/his_api_controller.go View File

7818
 		if miConfig.MdtrtareaAdmvs == "320921" || miConfig.MdtrtareaAdmvs == "320982" {
7818
 		if miConfig.MdtrtareaAdmvs == "320921" || miConfig.MdtrtareaAdmvs == "320982" {
7819
 			api := "http://192.168.3.111:9532/" + "jsyb/3201" +
7819
 			api := "http://192.168.3.111:9532/" + "jsyb/3201" +
7820
 				"insutype=" + insutype +
7820
 				"insutype=" + insutype +
7821
-				"&clr_type=" + clr_type +
7821
+				"&clr_type=" + "11" +
7822
 				"&setl_optins=" + clr_org +
7822
 				"&setl_optins=" + clr_org +
7823
 				"&stmt_begndate=" + start_time +
7823
 				"&stmt_begndate=" + start_time +
7824
 				"&stm_enddate=" + end_time +
7824
 				"&stm_enddate=" + end_time +