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