csx 4 years ago
parent
commit
30dadd398e
1 changed files with 3 additions and 4 deletions
  1. 3 4
      service/gdyb_service.go

+ 3 - 4
service/gdyb_service.go View File

@@ -97,16 +97,15 @@ func Gdyb1101(certNo string, org_name string, doctor string, fixmedins_code stri
97 97
 	if id_card_type == 1 {
98 98
 		inputData["mdtrt_cert_type"] = "03" // 就诊凭证类型
99 99
 		inputData["card_sn"] = card_sn      // 卡识别码
100
-		inputData["certno"] = certNo        // 证件号码
101
-		inputData["psn_cert_type"] = "90"   // 人员证件类型
100
+		inputData["certno"] = ""            // 证件号码
101
+		//inputData["psn_cert_type"] = "90"   // 人员证件类型
102 102
 
103 103
 	} else {
104 104
 		inputData["mdtrt_cert_type"] = "02" // 就诊凭证类型
105 105
 		inputData["card_sn"] = ""           // 卡识别码
106 106
 		inputData["certno"] = certNo        // 证件号码
107
-		inputData["psn_cert_type"] = "1"    // 人员证件类型
108 107
 	}
109
-
108
+	inputData["psn_cert_type"] = ""     // 人员证件类型
110 109
 	inputData["mdtrt_cert_no"] = certNo // 就诊凭证编号
111 110
 	inputData["begntime"] = ""          // 开始时间
112 111
 	inputData["psn_name"] = ""          // 人员姓名