|  |  | @ -212,9 +212,9 @@ public class PointAdditiveRuleServiceImpl extends BaseServiceImpl<PointAdditiveR | 
			
		
	
		
			
				
					|  |  |  |         if (CollectionUtils.isNotEmpty(result)) { | 
			
		
	
		
			
				
					|  |  |  |             result.forEach(item -> { | 
			
		
	
		
			
				
					|  |  |  |                 if (item.getId().equals(rule.getId()) || item.getPid().equals(rule.getId())) { | 
			
		
	
		
			
				
					|  |  |  |                     item.setEditFlag(NumConstant.ONE_STR); | 
			
		
	
		
			
				
					|  |  |  |                 } else { | 
			
		
	
		
			
				
					|  |  |  |                     item.setEditFlag(NumConstant.ZERO_STR); | 
			
		
	
		
			
				
					|  |  |  |                 } else { | 
			
		
	
		
			
				
					|  |  |  |                     item.setEditFlag(NumConstant.ONE_STR); | 
			
		
	
		
			
				
					|  |  |  |                 } | 
			
		
	
		
			
				
					|  |  |  |             }); | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
	
		
			
				
					|  |  | 
 |