瀏覽代碼

perf: 所有辅助接口都需要参保地

zhengjie 1 年之前
父節點
當前提交
67afe3452a
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      InsuBusiness.cs

+ 2 - 1
InsuBusiness.cs

@@ -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;