| 
															
																@@ -174,7 +174,7 @@ public class TenantServiceImpl implements TenantService { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         userEntity.setStatus(1); 
															 | 
															
															 | 
															
																         userEntity.setStatus(1); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         userEntity.setPhone(tenantDto.getPhone()); 
															 | 
															
															 | 
															
																         userEntity.setPhone(tenantDto.getPhone()); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         userEntity.setUsername(tenantDto.getUserName()); 
															 | 
															
															 | 
															
																         userEntity.setUsername(tenantDto.getUserName()); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-        userEntity.setUserType("1");//租户系统管理员 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+        userEntity.setUserType("-999");//租户系统管理员 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         userEntity.setRoleId(role.getId().longValue()); //赋值角色 
															 | 
															
															 | 
															
																         userEntity.setRoleId(role.getId().longValue()); //赋值角色 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         userEntity.setCompanyOrgId(org.getId().longValue());//公司 
															 | 
															
															 | 
															
																         userEntity.setCompanyOrgId(org.getId().longValue());//公司 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         userEntity.setDeptOrgId(org.getId().longValue());//机构 
															 | 
															
															 | 
															
																         userEntity.setDeptOrgId(org.getId().longValue());//机构 
															 |