Explorar el Código

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

csx hace 3 años
padre
commit
53b5029e49
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      service/hbyb_service.go

+ 1 - 1
service/hbyb_service.go Ver fichero

@@ -93,7 +93,7 @@ func Hbyb2201(psnNo string, insutype string, certNo string, org_name string, doc
93 93
 		inputData["mdtrt_cert_type"] = "03" // 就诊凭证类型
94 94
 		inputData["mdtrt_cert_no"] = certNo // 就诊凭证编号
95 95
 	} else {
96
-		inputData["mdtrt_cert_type"] = "02" // 就诊凭证类型
96
+		inputData["mdtrt_cert_type"] = "03" // 就诊凭证类型
97 97
 		inputData["mdtrt_cert_no"] = certNo // 就诊凭证编号
98 98
 	}
99 99