|
@@ -2738,10 +2738,10 @@ func Gdyb1101B(certNo string, org_name string, doctor string, fixmedins_code str
|
2738
|
2738
|
|
2739
|
2739
|
} else {
|
2740
|
2740
|
if id_card_type == 1 {
|
2741
|
|
- inputData["mdtrt_cert_type"] = "03" // 就诊凭证类型
|
2742
|
|
- inputData["card_sn"] = card_sn // 卡识别码
|
2743
|
|
- inputData["certno"] = certNo // 证件号码
|
2744
|
|
- inputData["psn_cert_type"] = "90" // 人员证件类型
|
|
2741
|
+ inputData["mdtrt_cert_type"] = "03" // 就诊凭证类型
|
|
2742
|
+ inputData["card_sn"] = card_sn // 卡识别码
|
|
2743
|
+ inputData["certno"] = "441622198801172073" // 证件号码
|
|
2744
|
+ inputData["psn_cert_type"] = "1" // 人员证件类型
|
2745
|
2745
|
|
2746
|
2746
|
} else {
|
2747
|
2747
|
inputData["mdtrt_cert_type"] = "02" // 就诊凭证类型
|