提交 6df43234 authored 作者: 杨凯's avatar 杨凯

feat:家庭医生初始化

上级 b2eefd85
......@@ -78,6 +78,7 @@ public class PatientServiceImpl implements PatientService {
public BaseResponse<String> signedDoctor(SignedDoctorDTO reqVo) {
MobileBenefitPackageEntity entity = mobileBenefitPackageMapper.queryByPhone(reqVo.getPhone(), reqVo.getPackageOrderId(), null);
log.info("entity={}", entity);
if (ObjectUtils.isEmpty(entity)) {
return BaseResponse.error("没有查询到有关权益");
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论