提交 43f15731 authored 作者: 杨凯's avatar 杨凯

feat:家庭医生初始化

上级 31ad2048
...@@ -112,6 +112,7 @@ public class PatientServiceImpl implements PatientService { ...@@ -112,6 +112,7 @@ public class PatientServiceImpl implements PatientService {
if (Objects.nonNull(reqVo.getSignSeqId())) { if (Objects.nonNull(reqVo.getSignSeqId())) {
patientSign.setId(Long.valueOf(reqVo.getSignSeqId())); patientSign.setId(Long.valueOf(reqVo.getSignSeqId()));
} }
patientSign.setSignStatus(SignStatus.NORMAL.getValue());
psWrapper.setEntity(patientSign); psWrapper.setEntity(patientSign);
PatientSignEntity patientSignEntity = patientSignMapper.selectOne(psWrapper); PatientSignEntity patientSignEntity = patientSignMapper.selectOne(psWrapper);
if (Objects.nonNull(patientSignEntity)) { if (Objects.nonNull(patientSignEntity)) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论