Commit 5175d8a5 authored by 唐峰's avatar 唐峰

注册来源处理

parent 945adda7
...@@ -45,7 +45,7 @@ public class LoginRecordServiceImpl implements ILoginRecordService, IBaseControl ...@@ -45,7 +45,7 @@ public class LoginRecordServiceImpl implements ILoginRecordService, IBaseControl
loginRecord.setVccChannel(Long.parseLong(vccChannel)); loginRecord.setVccChannel(Long.parseLong(vccChannel));
} }
if (null == vccChannel) { if (null == vccChannel) {
loginRecord.setVccChannel(StringUtils.isEmpty(registeredFrom) ? null : Long.parseLong(vccChannel)); loginRecord.setVccChannel(StringUtils.isEmpty(registeredFrom) ? null : Long.parseLong(registeredFrom));
} }
loginRecord.setUserTerminal(request.getHeader("x-user-terminal")); loginRecord.setUserTerminal(request.getHeader("x-user-terminal"));
......
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