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