|
|
@@ -32,6 +32,9 @@ namespace PTMedicalInsurance.Business
|
|
|
return Exception("调用安全控件", errMsg);
|
|
|
}
|
|
|
|
|
|
+ //电子凭证存在二次校验且验证码为动态,必须使用最新码
|
|
|
+ joSettlement["mdtrt_cert_no"] = Global.pat.mdtrtcertNO;
|
|
|
+
|
|
|
|
|
|
//基线版扩展
|
|
|
JObject joDataExp = (JObject)joSettlement["exp_content"] ?? new JObject();
|