Przeglądaj źródła

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

csx 2 lat temu
rodzic
commit
eaf9613ae1
1 zmienionych plików z 10 dodań i 10 usunięć
  1. 10 10
      service/jsyb_service.go

+ 10 - 10
service/jsyb_service.go Wyświetl plik

@@ -26,10 +26,10 @@ func Jsyb2201F() (string, string) {
26 26
 	//inputMessage := Se/**/tJSInputMessage(timestamp, org_name, opera, fixmedins_code, insuplc_admdvs, mdtrtarea_admvs, cainfo)
27 27
 	input := make(map[string]interface{})
28 28
 	inputData := make(map[string]interface{})
29
-	inputMessage["infno"] = "2201"        // 交易编码
30
-	inputData["psn_no"] = ""              // 人员编号 (来自1101接口返回)
31
-	inputData["insutype"] = ""            // 险种类型(来自1101接口返回)
32
-	inputData["begntime"] = timeFormatOne // 开始时间
29
+	inputMessage["infno"] = "2201"                     // 交易编码
30
+	inputData["psn_no"] = "32090000000000001004606391" // 人员编号 (来自1101接口返回)
31
+	inputData["insutype"] = "390"                      // 险种类型(来自1101接口返回)
32
+	inputData["begntime"] = timeFormatOne              // 开始时间
33 33
 	//
34 34
 	//if id_card_type == 1 {
35 35
 	//	inputData["mdtrt_cert_type"] = "03"                       // 就诊凭证类型
@@ -45,12 +45,12 @@ func Jsyb2201F() (string, string) {
45 45
 	inputData["mdtrt_cert_type"] = "04"                                                                                                                                                                        // 就诊凭证类型
46 46
 	inputData["mdtrt_cert_no"] = "320822197705194836|Y9gJ7nijh+DzGkn2W8El9YxSR0x1/zb2+tcA4a5fsVC4RLNACwi93U4Q9xEJVKKnN6LCbomuiCuxDOI+Skz/wsjlScPKIzyXxBcKl9ZrZjCrr+cRTRRKRdz6JqhoexGR/Cxnipr62JOW2fmrI1X2XA==" // 就诊凭证编号
47 47
 
48
-	inputData["ipt_otp_no"] = ""   // 住院/门诊号
49
-	inputData["atddr_no"] = "2484" // 医师编码
50
-	inputData["dr_name"] = "王曙光"   // 医师姓名
51
-	inputData["dept_code"] = "01"  // 科室编码
52
-	inputData["dept_name"] = "血透室" // 科室名称
53
-	inputData["caty"] = "A03.06"   // 科别
48
+	inputData["ipt_otp_no"] = timeFormatOne // 住院/门诊号
49
+	inputData["atddr_no"] = "2484"          // 医师编码
50
+	inputData["dr_name"] = "王曙光"            // 医师姓名
51
+	inputData["dept_code"] = "01"           // 科室编码
52
+	inputData["dept_name"] = "血透室"          // 科室名称
53
+	inputData["caty"] = "A03.06"            // 科别
54 54
 
55 55
 	input["data"] = inputData
56 56
 	inputMessage["input"] = input //交易输入