提交 43ae535f 编写于 作者: wangxinxu's avatar wangxinxu

未注册时,信息提示

上级 9dc40f0d
流水线 #53339 已失败 于阶段
......@@ -96,6 +96,9 @@ public class WechatServiceImpl implements WechatService {
if (StringUtil.isNotNull(accountUnionEntity)) {
doctorUnionfoModel = doctorMapper.getDoctorByAcctId(accountUnionEntity.getAcctId());
}
if (StringUtil.isNull(doctorUnionfoModel)) {
doctorUnionfoModel = new DoctorUnionResp();
}
return doctorUnionfoModel;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册