|  | @@ -22,6 +22,8 @@ import com.usky.system.service.vo.TreeNode;
 | 
	
		
			
				|  |  |  import com.usky.system.service.vo.TreeSelect;
 | 
	
		
			
				|  |  |  import com.usky.system.service.vo.UserPostVo;
 | 
	
		
			
				|  |  |  import org.omg.CORBA.StringHolder;
 | 
	
		
			
				|  |  | +import org.slf4j.Logger;
 | 
	
		
			
				|  |  | +import org.slf4j.LoggerFactory;
 | 
	
		
			
				|  |  |  import org.springframework.beans.factory.annotation.Autowired;
 | 
	
		
			
				|  |  |  import org.springframework.stereotype.Service;
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -37,6 +39,9 @@ import java.util.stream.Collectors;
 | 
	
		
			
				|  |  |   */
 | 
	
		
			
				|  |  |  @Service
 | 
	
		
			
				|  |  |  public class SysDeptServiceImpl extends AbstractCrudService<SysDeptMapper, SysDept> implements ISysDeptService {
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    private static final Logger log = LoggerFactory.getLogger(SysDeptServiceImpl.class);//还原代码
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      @Autowired
 | 
	
		
			
				|  |  |      private SysDeptMapper deptMapper;
 | 
	
		
			
				|  |  |  
 |