提交 c82db731 authored 作者: 杨凯's avatar 杨凯

feat:家庭医生初始化

上级 a40fcad0
...@@ -220,6 +220,7 @@ public class PatientServiceImpl implements PatientService { ...@@ -220,6 +220,7 @@ public class PatientServiceImpl implements PatientService {
if (Objects.nonNull(reqVo.getAdmId())) { if (Objects.nonNull(reqVo.getAdmId())) {
patientSign.setAdmId(reqVo.getAdmId()); patientSign.setAdmId(reqVo.getAdmId());
} }
psWrapper.setEntity(patientSign);
PatientSignEntity pse = patientSignMapper.selectOne(psWrapper); PatientSignEntity pse = patientSignMapper.selectOne(psWrapper);
if (null == pse) { if (null == pse) {
throw new BusinessException("未查询到签约信息,不能获取排班医生!"); throw new BusinessException("未查询到签约信息,不能获取排班医生!");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论