zhengjie 1 year ago
parent
commit
3d935a3b79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      InsuBusiness.cs

+ 1 - 1
InsuBusiness.cs

@@ -691,7 +691,7 @@ namespace PTMedicalInsurance
                 {
                     Global.pat.insuplc_admdvs = JsonHelper.getDestValue(joInParam, "insuplc_admdvs");
                     //本地医保需要使用本地机构
-                    if (!Utils.isOtherProvice()) {
+                    if (!Utils.isOtherCity()) {
                         Global.curEvt.useLocalOrgCode = true;
                         //需要单独签到
                         Global.curEvt.mac = Global.curEvt.mac + "" + Utils.GetInsuOrgCode();