|
|
@@ -175,6 +175,8 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements Us
|
|
|
}else {
|
|
|
System.out.println("已存在...");
|
|
|
User user = new User();
|
|
|
+ user.setNickName("企业用户");
|
|
|
+ user.setModifyTime(new Date());
|
|
|
user.setRealName(po.getRealName());
|
|
|
user.setChannelId(po.getChannelId());
|
|
|
user.setUserId(userInfo.getUserId());
|