Sfoglia il codice sorgente

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

csx 2 anni fa
parent
commit
d7962889e4
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 6 1
      service/gdyb_service.go

+ 6 - 1
service/gdyb_service.go Vedi File

4488
 				inputData["certno"] = certNo        // 证件号码
4488
 				inputData["certno"] = certNo        // 证件号码
4489
 				inputData["psn_cert_type"] = "01"   // 人员证件类型
4489
 				inputData["psn_cert_type"] = "01"   // 人员证件类型
4490
 
4490
 
4491
+			} else if id_card_type == 4 {
4492
+				inputData["mdtrt_cert_type"] = "01" // 就诊凭证类型
4493
+				inputData["certno"] = certNo        // 证件号码
4494
+				inputData["psn_cert_type"] = "01"   // 人员证件类型
4495
+
4491
 			} else {
4496
 			} else {
4492
-				inputData["mdtrt_cert_type"] = "02" // 就诊凭证类型
4497
+				inputData["mdtrt_cert_type"] = "01" // 就诊凭证类型
4493
 				inputData["card_sn"] = ""           // 卡识别码
4498
 				inputData["card_sn"] = ""           // 卡识别码
4494
 				inputData["certno"] = certNo        // 证件号码
4499
 				inputData["certno"] = certNo        // 证件号码
4495
 				inputData["psn_cert_type"] = "01"   // 人员证件类型
4500
 				inputData["psn_cert_type"] = "01"   // 人员证件类型