|
@@ -690,9 +690,10 @@ namespace PTMedicalInsurance
|
|
|
|
|
|
Global.businessType = businessType;
|
|
|
string funNO = JsonHelper.getDestValue(joInParam, "funNO");
|
|
|
+ Global.pat.insuplc_admdvs = JsonHelper.getDestValue(joInParam, "insuplc_admdvs");
|
|
|
+
|
|
|
if (funNO == "4101")
|
|
|
{
|
|
|
- Global.pat.insuplc_admdvs = JsonHelper.getDestValue(joInParam, "insuplc_admdvs");
|
|
|
//本地医保需要使用本地机构
|
|
|
if (!Utils.isOtherCity()) {
|
|
|
Global.curEvt.useLocalOrgCode = true;
|