|  | @@ -1,6 +1,7 @@
 | 
											
												
													
														|  |  package com.keao.edu.user.service.impl;
 |  |  package com.keao.edu.user.service.impl;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +import com.keao.edu.auth.api.client.SysUserFeignService;
 | 
											
												
													
														|  |  import com.keao.edu.auth.api.entity.SysUser;
 |  |  import com.keao.edu.auth.api.entity.SysUser;
 | 
											
												
													
														|  |  import com.keao.edu.common.dal.BaseDAO;
 |  |  import com.keao.edu.common.dal.BaseDAO;
 | 
											
												
													
														|  |  import com.keao.edu.common.exception.BizException;
 |  |  import com.keao.edu.common.exception.BizException;
 | 
											
										
											
												
													
														|  | @@ -27,6 +28,8 @@ public class OrganizationServiceImpl extends BaseServiceImpl<Integer, Organizati
 | 
											
												
													
														|  |  	@Autowired
 |  |  	@Autowired
 | 
											
												
													
														|  |  	private ImFeignService imFeignService;
 |  |  	private ImFeignService imFeignService;
 | 
											
												
													
														|  |  	@Autowired
 |  |  	@Autowired
 | 
											
												
													
														|  | 
 |  | +	private SysUserFeignService sysUserFeignService;
 | 
											
												
													
														|  | 
 |  | +	@Autowired
 | 
											
												
													
														|  |  	private SysUserDao sysUserDao;
 |  |  	private SysUserDao sysUserDao;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  	@Override
 |  |  	@Override
 | 
											
										
											
												
													
														|  | @@ -37,6 +40,9 @@ public class OrganizationServiceImpl extends BaseServiceImpl<Integer, Organizati
 | 
											
												
													
														|  |  	@Override
 |  |  	@Override
 | 
											
												
													
														|  |  	@Transactional(rollbackFor = Exception.class)
 |  |  	@Transactional(rollbackFor = Exception.class)
 | 
											
												
													
														|  |  	public void add(Organization organ) {
 |  |  	public void add(Organization organ) {
 | 
											
												
													
														|  | 
 |  | +//		SysUser queryUserInfo = sysUserFeignService.queryUserInfo();
 | 
											
												
													
														|  | 
 |  | +//		Organization organization1 = organDao.get(queryUserInfo.getId());
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |  		SysUser sysUser = organ.getSysUser();
 |  |  		SysUser sysUser = organ.getSysUser();
 | 
											
												
													
														|  |  		String tenantId = TenantContextHolder.getTenantId().toString();
 |  |  		String tenantId = TenantContextHolder.getTenantId().toString();
 | 
											
												
													
														|  |  		organ.setTenantId(tenantId);
 |  |  		organ.setTenantId(tenantId);
 |