Explorar el Código

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

csx hace 2 años
padre
commit
2b64bed30c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      service/jsyb_service.go

+ 2 - 2
service/jsyb_service.go Ver fichero

@@ -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 // 就诊凭证编号