Parcourir la source

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

zhengjie il y a 1 an
Parent
commit
67afe3452a
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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;