提交 3279eed9 编写于 作者: peijun.zhao's avatar peijun.zhao

账户增加 直播渠道用户

上级 0edf4832
流水线 #27638 已失败 于阶段
in 0 second
...@@ -528,7 +528,6 @@ public class LoginServiceImpl implements LoginService { ...@@ -528,7 +528,6 @@ public class LoginServiceImpl implements LoginService {
private void processAccountUnion(Integer acctId, String unionId, Integer productType) { private void processAccountUnion(Integer acctId, String unionId, Integer productType) {
//接入新旭事务一致性 //接入新旭事务一致性
String batchNo = IntactUtils.getUUID(); String batchNo = IntactUtils.getUUID();
if(null == acctId || 0 == acctId){ if(null == acctId || 0 == acctId){
throw new PicaException(AccountExceptionEnum.PICA_LOGIN_AGAIN.getCode(), AccountExceptionEnum.PICA_LOGIN_AGAIN.getMessage()); throw new PicaException(AccountExceptionEnum.PICA_LOGIN_AGAIN.getCode(), AccountExceptionEnum.PICA_LOGIN_AGAIN.getMessage());
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册