소스 검색

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;