|
|
@@ -285,9 +285,9 @@ public class SiMzFeeService {
|
|
|
return ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, "患者的门诊诊断为空,请联系医生填写。");
|
|
|
}
|
|
|
}
|
|
|
- if (siPatInfo.getMedType().equals("14") || siPatInfo.getMedType().equals("51")) {
|
|
|
+ if (Objects.equals(siPatInfo.getMedType(), "140104") || Objects.equals(siPatInfo.getMedType(), "1402")) {
|
|
|
if (StringUtil.isBlank(spcChrDiseAcct.getOpspDiseCode())) {
|
|
|
- return ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, "生育门诊与慢特病门诊的病种不能为空 !");
|
|
|
+ return ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, "慢特病门诊病种不能为空 !");
|
|
|
}
|
|
|
}
|
|
|
mdtrtinfo.put("mdtrt_id", siPatInfo.getMdtrtId());
|