| 
					
				 | 
			
			
				@@ -69,6 +69,9 @@ public class FosterRecordServiceImpl extends ServiceImpl<IFosterRecordMapper, Fo 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     break; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if (birdseyeTreeId == 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                throw new BusinessException("缓存中没有获取到树的信息"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             fosterRecord = new FosterRecord(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             BeanUtil.copyProperties(addDTO, fosterRecord); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             fosterRecord.setTenantId(tenantId); 
			 |