csx 4 years ago
parent
commit
26be3b6211
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/gdyb_service.go

+ 1 - 1
service/gdyb_service.go View File

@@ -40,7 +40,7 @@ func Gdyb1101(certNo string, org_name string, doctor string, fixmedins_code stri
40 40
 	if id_card_type == 1 {
41 41
 		inputData["mdtrt_cert_type"] = "03" // 就诊凭证类型
42 42
 		inputData["card_sn"] = card_sn      // 卡识别码
43
-		inputData["certno"] = ""            // 证件号码
43
+		inputData["certno"] = certNo        // 证件号码
44 44
 		inputData["psn_cert_type"] = "90"   // 人员证件类型
45 45
 
46 46
 	} else {