| | |
| | | e.printStackTrace(); |
| | | } |
| | | //生成后台账号 |
| | | //如果是普达社区专家则不生成后台账号 |
| | | if (nonNull(expert.getCommunityId()) && !expert.getCommunityId().equals(10172)){ |
| | | return R.ok(); |
| | | } |
| | | AdministratorsUserVO user=new AdministratorsUserVO(); |
| | | user.setUserId(Snowflake.getId()); |
| | | user.setAccount(comSanshuoExpertDTO.getAccount()); |
| | |
| | | user.setType(11); |
| | | user.setImageUrl(comSanshuoExpertDTO.getAvatar()); |
| | | user.setPhone(comSanshuoExpertDTO.getPhone()); |
| | | return R.ok(userService.sanShuoAddUser(user)); |
| | | userService.sanShuoAddUser(user); |
| | | return R.ok(); |
| | | } |
| | | }else { |
| | | ComSanshuoExpert expert=new ComSanshuoExpert(); |