提交 57d2ac3a 编写于 作者: wenhao.qin's avatar wenhao.qin

补充上次

上级 1a0c5070
......@@ -106,6 +106,8 @@ public class HospitalSaasUserServiceImpl implements HospitalSaasUserService {
Account byMobilePhone = accountMapper.getByMobilePhone(mobileEncrypt);
if ((null == accountInfoEntity && byMobilePhone != null) || (null != accountInfoEntity && byMobilePhone == null)){
logger.error("saas注册,account和doctor存在数据不一致情况, req={}",JSON.toJSONString(req));
throw new PicaException(PicaResultCode.PARAM_IS_INVALID.code(), "数据有误,本地提交失败");
}
//用户不存在的处理逻辑
if (accountInfoEntity == null) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册