|
@@ -687,6 +687,17 @@ namespace PTMedicalInsurance
|
|
|
|
|
|
Global.businessType = businessType;
|
|
|
string funNO = JsonHelper.getDestValue(joInParam, "funNO");
|
|
|
+ if (funNO == "4101")
|
|
|
+ {
|
|
|
+ Global.pat.insuplc_admdvs = JsonHelper.getDestValue(joInParam, "insuplc_admdvs");
|
|
|
+
|
|
|
+ if (!Utils.isOtherProvice()) {
|
|
|
+ Global.curEvt.useLocalOrgCode = true;
|
|
|
+
|
|
|
+ Global.curEvt.mac = Global.curEvt.mac + "" + Utils.GetInsuOrgCode();
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
if (init(InParam, out outParam) != 0)
|
|
|
{
|
|
@@ -694,8 +705,6 @@ namespace PTMedicalInsurance
|
|
|
return rtnResult;
|
|
|
}
|
|
|
|
|
|
- if (funNO=="4101")
|
|
|
- Global.pat.insuplc_admdvs = JsonHelper.getDestValue(joInParam, "insuplc_admdvs");
|
|
|
TradeEnum trade = TradeEnum.DEFAULT.GetByCode(funNO);
|
|
|
JObject joRtn = invoker.invokeCenterService(trade, joParam);
|
|
|
if (JsonHelper.parseCenterRtnValue(joRtn, out errMsg) != 0)
|