|
@@ -390,7 +390,7 @@ public class SiMzService {
|
|
|
}
|
|
|
if (!isInsuplcAdmdvsEligible(insuInfo.getInsuplcAdmdvs())) {
|
|
|
result.put("code", -1);
|
|
|
- result.put("msg", "患者参保地不满足共济要求。");
|
|
|
+ result.put("msg", "患者参保地不满足门诊统筹要求。");
|
|
|
return result;
|
|
|
}
|
|
|
psninfo.setInsutype(Insutype.BASIC_MEDICAL_INSURANCE_FOR_EMPLOYEES.getCode());
|
|
@@ -419,6 +419,9 @@ public class SiMzService {
|
|
|
}
|
|
|
|
|
|
private boolean isInsuplcAdmdvsEligible(String insuplc) {
|
|
|
+ if (insuplc.equals("430182")) {
|
|
|
+ return false;
|
|
|
+ }
|
|
|
return insuplc.startsWith("4301") ||
|
|
|
insuplc.startsWith("4302") ||
|
|
|
insuplc.startsWith("4303") ||
|