|
@@ -2799,10 +2799,10 @@ func Gdyb1101B(certNo string, org_name string, doctor string, fixmedins_code str
|
2799
|
2799
|
|
2800
|
2800
|
} else {
|
2801
|
2801
|
if id_card_type == 1 {
|
2802
|
|
- inputData["mdtrt_cert_type"] = "03" // 就诊凭证类型
|
2803
|
|
- inputData["card_sn"] = card_sn // 卡识别码
|
2804
|
|
- inputData["certno"] = "441622198801172073" // 证件号码
|
2805
|
|
- inputData["psn_cert_type"] = "1" // 人员证件类型
|
|
2802
|
+ inputData["mdtrt_cert_type"] = "03" // 就诊凭证类型
|
|
2803
|
+ inputData["card_sn"] = card_sn // 卡识别码
|
|
2804
|
+ inputData["certno"] = certNo // 证件号码
|
|
2805
|
+ inputData["psn_cert_type"] = "90" // 人员证件类型
|
2806
|
2806
|
|
2807
|
2807
|
} else {
|
2808
|
2808
|
inputData["mdtrt_cert_type"] = "02" // 就诊凭证类型
|