|
@@ -95,15 +95,13 @@ func Gdyb1101(certNo string, org_name string, doctor string, fixmedins_code stri
|
95
|
95
|
inputMessage["infno"] = "1101" // 交易编码
|
96
|
96
|
|
97
|
97
|
if id_card_type == 1 {
|
98
|
|
- //inputData["mdtrt_cert_type"] = "02" // 就诊凭证类型
|
99
|
|
- //inputData["card_sn"] = card_sn // 卡识别码
|
100
|
|
- //inputData["certno"] = id_card_no // 证件号码
|
101
|
|
-
|
102
|
98
|
inputData["mdtrt_cert_type"] = "02" // 就诊凭证类型
|
103
|
|
- inputData["card_sn"] = "" // 卡识别码
|
104
|
|
- inputData["certno"] = certNo // 证件号码
|
|
99
|
+ inputData["card_sn"] = card_sn // 卡识别码
|
|
100
|
+ inputData["certno"] = id_card_no // 证件号码
|
|
101
|
+ //inputData["mdtrt_cert_type"] = "02" // 就诊凭证类型
|
|
102
|
+ //inputData["card_sn"] = "" // 卡识别码
|
|
103
|
+ //inputData["certno"] = certNo // 证件号码
|
105
|
104
|
} else {
|
106
|
|
-
|
107
|
105
|
inputData["mdtrt_cert_type"] = "02" // 就诊凭证类型
|
108
|
106
|
inputData["card_sn"] = "" // 卡识别码
|
109
|
107
|
inputData["certno"] = certNo // 证件号码
|