提交 64d4ab97 编写于 作者: wenhao.qin's avatar wenhao.qin

补充上次

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