updates
This commit is contained in:
parent
f0d6439314
commit
6746016cd6
|
|
@ -71,6 +71,9 @@ public class WebUserService {
|
||||||
JSONObject obj = new JSONObject();
|
JSONObject obj = new JSONObject();
|
||||||
LoginUser loginUser = new LoginUser();
|
LoginUser loginUser = new LoginUser();
|
||||||
BeanUtils.copyProperties(sysUser, loginUser);
|
BeanUtils.copyProperties(sysUser, loginUser);
|
||||||
|
if (vipDTO!=null && vipDTO.getVipLevel()>0) {
|
||||||
|
loginUser.setShowLinediff("1");
|
||||||
|
}
|
||||||
//添加日志
|
//添加日志
|
||||||
baseCommonService.addLog("前台用户登录:用户名: " + sysUser.getUsername() + ",登录成功!", CommonConstant.LOG_TYPE_1, null);
|
baseCommonService.addLog("前台用户登录:用户名: " + sysUser.getUsername() + ",登录成功!", CommonConstant.LOG_TYPE_1, null);
|
||||||
//获取vip信息
|
//获取vip信息
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue