Browse Source

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

csx 2 years ago
parent
commit
657ae8b4a8
1 changed files with 3 additions and 3 deletions
  1. 3 3
      service/jsyb_service.go

+ 3 - 3
service/jsyb_service.go View File

@@ -243,9 +243,9 @@ func Jsyb1101ForEleCert(org_name string, doctor string, fixmedins_code string, i
243 243
 	inputData["certno"] = ""            // 证件号码
244 244
 	inputData["psn_cert_type"] = "01"   // 人员证件类型
245 245
 
246
-	inputData["mdtrt_cert_no"] = id_card_no + "|" + Token // 就诊凭证编号
247
-	inputData["begntime"] = ""                            // 开始时间
248
-	inputData["psn_name"] = ""                            // 人员姓名
246
+	inputData["mdtrt_cert_no"] = Token // 就诊凭证编号
247
+	inputData["begntime"] = ""         // 开始时间
248
+	inputData["psn_name"] = ""         // 人员姓名
249 249
 	input["data"] = inputData
250 250
 	inputMessage["input"] = input //交易输入
251 251