Browse Source

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

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

+ 2 - 2
service/jsyb_service.go View File

@@ -674,8 +674,8 @@ func Jsyb2206(psnNo string, mdtrtId string, chrgBchno string, certNo string, ins
674 674
 		inputData["mdtrt_cert_no"] = certNo // 就诊凭证编号
675 675
 	} else {
676 676
 		if id_card_type == 1 {
677
-			inputData["mdtrt_cert_type"] = "03"                       // 就诊凭证类型
678
-			inputData["mdtrt_cert_no"] = certNo + "|" + verify_number // 就诊凭证编号
677
+			inputData["mdtrt_cert_type"] = "03"        // 就诊凭证类型
678
+			inputData["mdtrt_cert_no"] = verify_number // 就诊凭证编号
679 679
 		} else if id_card_type == 3 {
680 680
 			inputData["mdtrt_cert_type"] = "04"        // 就诊凭证类型
681 681
 			inputData["mdtrt_cert_no"] = verify_number // 就诊凭证编号