|
@@ -488,7 +488,7 @@ public class SiMzService {
|
|
InsuInfo insuInfo = getResidantOrEmployeeInsuInfo(psninfo.getInsuinfo());
|
|
InsuInfo insuInfo = getResidantOrEmployeeInsuInfo(psninfo.getInsuinfo());
|
|
if (null == insuInfo) {
|
|
if (null == insuInfo) {
|
|
result.put("code", -1);
|
|
result.put("code", -1);
|
|
- result.put("msg", "患者没有职工医保,如需报销请走医保科流程。");
|
|
|
|
|
|
+ result.put("msg", "患者没有职工医保或居民医保,无法报销。");
|
|
return result;
|
|
return result;
|
|
}
|
|
}
|
|
|
|
|