|
|
@@ -1912,6 +1912,7 @@ namespace PTMedicalInsurance
|
|
|
rtnResult = outParam;
|
|
|
return rtnResult;
|
|
|
}
|
|
|
+
|
|
|
|
|
|
dynamic joData = new JObject();
|
|
|
|
|
|
@@ -1974,8 +1975,7 @@ namespace PTMedicalInsurance
|
|
|
return rtnResult;
|
|
|
}
|
|
|
|
|
|
- if (funNO=="4101Y")
|
|
|
- Global.pat.insuplc_admdvs = JsonHelper.getDestValue(joInParam, "insuplc_admdvs");
|
|
|
+ Global.pat.insuplc_admdvs = JsonHelper.getDestValue(joInParam, "insuplc_admdvs");
|
|
|
|
|
|
Global.curEvt.URL = comp.getFunNoInsuURL(funNO);
|
|
|
|