Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

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

+ 1 - 1
service/gdyb_service.go View File

187
 			inputData["mdtrt_cert_type"] = "02" // 就诊凭证类型
187
 			inputData["mdtrt_cert_type"] = "02" // 就诊凭证类型
188
 			inputData["card_sn"] = ""           // 卡识别码
188
 			inputData["card_sn"] = ""           // 卡识别码
189
 			inputData["certno"] = certNo        // 证件号码
189
 			inputData["certno"] = certNo        // 证件号码
190
-			inputData["psn_cert_type"] = "01"   // 人员证件类型
190
+			inputData["psn_cert_type"] = ""     // 人员证件类型
191
 		}
191
 		}
192
 	}
192
 	}
193
 
193