Commit dc735cf7 by 阳浪

咨询查询所有

parent 5bec813d
......@@ -481,12 +481,6 @@ public class AuthController {
return ret;
}
Integer terminalType = user.getTerminalType() == null ? APP : user.getTerminalType();
context.setSiteType(terminalType);
// 新增登录积分
String shortDay = DateUtil.toShortDay(new Date());
pointListenerClients.addPoint("point_login", Long.valueOf(shortDay));
// 添加登录埋点
eventTrackApiClients.addEvent("event_login",context.getAccountId());
//添加登录日志
addLoginRecord(context.getAccountId(), context.getCompanyId(), context.getSiteId(), context.getOrgId(), terminalType);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment