Commit b46dd6ba authored by 廖旭伟's avatar 廖旭伟

微信小程序登录以及手机号绑定;员工名片增加页面展示设置

parent e5c5c3bf
...@@ -341,7 +341,7 @@ public class UserServiceImpl extends AbstractCRUDServiceImpl<UserDao, UserEntity ...@@ -341,7 +341,7 @@ public class UserServiceImpl extends AbstractCRUDServiceImpl<UserDao, UserEntity
userEntity.setStatus(1); userEntity.setStatus(1);
userEntity.setOpenId(openId); userEntity.setOpenId(openId);
userEntity.setUserType(1); userEntity.setUserType(1);
userEntity.setRealName("微信小程序访客"); userEntity.setRealName("微信用户");
userEntity.setCreateTime(new Date()); userEntity.setCreateTime(new Date());
userEntity.setCreateUserId(1L); userEntity.setCreateUserId(1L);
userEntity.setCreateUserName("系统管理员"); userEntity.setCreateUserName("系统管理员");
......
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