提交 90360d8e authored 作者: 杨凯's avatar 杨凯

feat:家庭医生初始化

上级 a4624364
......@@ -177,6 +177,7 @@ public class MobileBenefitPackageServiceImpl implements MobileBenefitPackageServ
} else {
if (!map.get("mobile").equals(patientEntity.getPhone())) {
patientEntity.setPhone(map.get("mobile"));
patientEntity.setUserId(patientId);
patientMapper.updateById(patientEntity);
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论