提交 74b22cbe 编写于 作者:  Peijun.zhao's avatar Peijun.zhao

解决冲突

上级 6899dd41
流水线 #23330 已失败 于阶段
in 0 second
......@@ -290,7 +290,6 @@ public class LoginServiceImpl implements LoginService {
//记录登录日志
LogLoginEntity entity = AccountLogEntityUtils.getLogLoginEntity(acctId, baseRequest.getProductType(), baseRequest.getSourceType(),
loginType, baseRequest.getLoginIp(), AccountTypeEnum.LOGIN_STATUS_SUCCESS.getCode(), AccountTypeEnum.LOG_TYPE_LOGIN.getCode(),newToken);
loginType, baseRequest.getLoginIp(), AccountTypeEnum.LOGIN_STATUS_SUCCESS.getCode(), AccountTypeEnum.LOG_TYPE_LOGIN.getCode());
if (queryMobileEntity != null) {
entity.setQueryMobileEntity(queryMobileEntity);
}
......@@ -659,7 +658,7 @@ public class LoginServiceImpl implements LoginService {
AccountTypeEnum.LOGIN_APPLE.getCode(),
request.getLoginIp(),
AccountTypeEnum.LOGIN_STATUS_SUCCESS.getCode(),
AccountTypeEnum.LOG_TYPE_LOGIN.getCode());
AccountTypeEnum.LOG_TYPE_LOGIN.getCode(),newToken);
picaLogUtils.info(entity);
long end1 = System.currentTimeMillis();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册