|
@@ -181,7 +181,7 @@ func Gdyb1101(certNo string, org_name string, doctor string, fixmedins_code stri
|
181
|
181
|
inputData["mdtrt_cert_type"] = "03" // 就诊凭证类型
|
182
|
182
|
inputData["card_sn"] = card_sn // 卡识别码
|
183
|
183
|
inputData["certno"] = certNo // 证件号码
|
184
|
|
- inputData["psn_cert_type"] = "01" // 人员证件类型
|
|
184
|
+ inputData["psn_cert_type"] = "" // 人员证件类型
|
185
|
185
|
|
186
|
186
|
} else {
|
187
|
187
|
inputData["mdtrt_cert_type"] = "02" // 就诊凭证类型
|
|
@@ -3630,13 +3630,13 @@ func Gdyb1101B(certNo string, org_name string, doctor string, fixmedins_code str
|
3630
|
3630
|
inputData["mdtrt_cert_type"] = "03" // 就诊凭证类型
|
3631
|
3631
|
inputData["card_sn"] = "" // 卡识别码
|
3632
|
3632
|
inputData["certno"] = certNo // 证件号码
|
3633
|
|
- inputData["psn_cert_type"] = "01" // 人员证件类型
|
|
3633
|
+ inputData["psn_cert_type"] = "" // 人员证件类型
|
3634
|
3634
|
|
3635
|
3635
|
} else {
|
3636
|
3636
|
inputData["mdtrt_cert_type"] = "02" // 就诊凭证类型
|
3637
|
3637
|
inputData["card_sn"] = "" // 卡识别码
|
3638
|
3638
|
inputData["certno"] = certNo // 证件号码
|
3639
|
|
- inputData["psn_cert_type"] = "1" // 人员证件类型
|
|
3639
|
+ inputData["psn_cert_type"] = "" // 人员证件类型
|
3640
|
3640
|
}
|
3641
|
3641
|
}
|
3642
|
3642
|
|