Explorar el Código

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

csx hace 3 años
padre
commit
9e1da2372a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      service/hbyb_service.go

+ 2 - 2
service/hbyb_service.go Ver fichero

@@ -527,8 +527,8 @@ func Hbyb2207(psnNo string, mdtrtId string, chrgBchno string, certNo string, ins
527 527
 		inputData["mdtrt_cert_no"] = certNo // 就诊凭证编号
528 528
 	} else {
529 529
 		if id_card_type == 1 {
530
-			inputData["mdtrt_cert_type"] = "03" // 就诊凭证类型
531
-			inputData["mdtrt_cert_no"] = certNo // 就诊凭证编号
530
+			inputData["mdtrt_cert_type"] = "" // 就诊凭证类型
531
+			inputData["mdtrt_cert_no"] = ""   // 就诊凭证编号
532 532
 		} else {
533 533
 			inputData["mdtrt_cert_type"] = "02" // 就诊凭证类型
534 534
 			inputData["mdtrt_cert_no"] = certNo // 就诊凭证编号