|  |  | @ -285,7 +285,7 @@ public class UdiContrastService { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 UdiProductEntity udiProductEntity = new UdiProductEntity(); |  |  |  |                 UdiProductEntity udiProductEntity = new UdiProductEntity(); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 BeanUtils.copyProperties(thrProductsEntity, udiProductEntity); |  |  |  |                 BeanUtils.copyProperties(thrProductsEntity, udiProductEntity); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 udiProductEntity.setId(IdUtil.getSnowflakeNextId()); |  |  |  |                 udiProductEntity.setId(IdUtil.getSnowflakeNextId()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 if (list.size() > 0) { |  |  |  |                 if (list != null && list.size() > 0) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                     YbDrug ybDrug = list.get(0); |  |  |  |                     YbDrug ybDrug = list.get(0); | 
			
		
	
		
		
			
				
					
					|  |  |  | //                    udiProductEntity.setNameCode(thrProductsEntity.getCode());
 |  |  |  | //                    udiProductEntity.setNameCode(thrProductsEntity.getCode());
 | 
			
		
	
		
		
			
				
					
					|  |  |  |                     udiProductEntity.setPrepnSpec(ybDrug.getRealityOutlook()); |  |  |  |                     udiProductEntity.setPrepnSpec(ybDrug.getRealityOutlook()); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |