|  |  |  | @ -464,10 +464,10 @@ public class UdiProductService extends ServiceImpl<UdiProductDao, UdiProductEnti | 
			
		
	
		
			
				
					|  |  |  |  |             for (UdiProductEntity udiProductEntity : udiProductEntities) { | 
			
		
	
		
			
				
					|  |  |  |  |                 int bhltsl = 1; | 
			
		
	
		
			
				
					|  |  |  |  |                 if (IntUtil.value(udiProductEntity.getPackLevel()) > curLevel) { | 
			
		
	
		
			
				
					|  |  |  |  |                     bhltsl = udiProductEntity.getBhxjsl(); | 
			
		
	
		
			
				
					|  |  |  |  |                     bhltsl = IntUtil.value(udiProductEntity.getBhxjsl(), 1); | 
			
		
	
		
			
				
					|  |  |  |  |                     for (DiLevelResponse diLevelResponse : diLevelResponses) { | 
			
		
	
		
			
				
					|  |  |  |  |                         if (IntUtil.value(udiProductEntity.getPackLevel()) > diLevelResponse.getPackLevel() && IntUtil.value(diLevelResponse.getPackLevel()) > curLevel) { | 
			
		
	
		
			
				
					|  |  |  |  |                             bhltsl = bhltsl * diLevelResponse.getBhxjsl(); | 
			
		
	
		
			
				
					|  |  |  |  |                             bhltsl = bhltsl * IntUtil.value(diLevelResponse.getBhxjsl(), 1); | 
			
		
	
		
			
				
					|  |  |  |  |                         } | 
			
		
	
		
			
				
					|  |  |  |  |                     } | 
			
		
	
		
			
				
					|  |  |  |  |                 } | 
			
		
	
	
		
			
				
					|  |  |  | @ -480,14 +480,15 @@ public class UdiProductService extends ServiceImpl<UdiProductDao, UdiProductEnti | 
			
		
	
		
			
				
					|  |  |  |  |             for (UdiProductEntity udiProductEntity : udiProductEntities) { | 
			
		
	
		
			
				
					|  |  |  |  |                 int bhltsl = 1; | 
			
		
	
		
			
				
					|  |  |  |  |                 if (IntUtil.value(udiProductEntity.getPackLevel()) > curLevel) { | 
			
		
	
		
			
				
					|  |  |  |  |                     bhltsl = udiProductEntity.getBhxjsl(); | 
			
		
	
		
			
				
					|  |  |  |  |                     bhltsl = IntUtil.value(udiProductEntity.getBhxjsl(), 1); | 
			
		
	
		
			
				
					|  |  |  |  |                     for (DiLevelResponse diLevelResponse : diLevelResponses) { | 
			
		
	
		
			
				
					|  |  |  |  |                         if (IntUtil.value(udiProductEntity.getPackLevel()) > diLevelResponse.getPackLevel() && IntUtil.value(diLevelResponse.getPackLevel()) > curLevel) { | 
			
		
	
		
			
				
					|  |  |  |  |                             bhltsl = bhltsl * diLevelResponse.getBhxjsl(); | 
			
		
	
		
			
				
					|  |  |  |  |                             bhltsl = bhltsl * IntUtil.value(diLevelResponse.getBhxjsl(), 1); | 
			
		
	
		
			
				
					|  |  |  |  |                         } | 
			
		
	
		
			
				
					|  |  |  |  |                     } | 
			
		
	
		
			
				
					|  |  |  |  |                 } | 
			
		
	
		
			
				
					|  |  |  |  |                 udiProductEntity.setBhsycjsl(bhltsl); | 
			
		
	
		
			
				
					|  |  |  |  |                 udiProductEntity.setUpdateTime(new Date()); | 
			
		
	
		
			
				
					|  |  |  |  |             } | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | 
 |