|  |  | @ -133,7 +133,7 @@ public class GroupActInfoServiceImpl extends BaseServiceImpl<GroupActInfoDao, Gr | 
			
		
	
		
			
				
					|  |  |  |         ResiGroupDTO groupDTO = resiGroupService.get(formDTO.getGroupId()); | 
			
		
	
		
			
				
					|  |  |  |         formDTO.setGridId(groupDTO.getGridId()); | 
			
		
	
		
			
				
					|  |  |  |         if(StrConstant.EPMETY_STR.equals(formDTO.getCategoryCode())){ | 
			
		
	
		
			
				
					|  |  |  |             formDTO.setCategoryCode(formDTO.getParentCode()); | 
			
		
	
		
			
				
					|  |  |  |             formDTO.setCategoryCode(formDTO.getMenuCode()); | 
			
		
	
		
			
				
					|  |  |  |             formDTO.setParentCode(NumConstant.ZERO_STR); | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |         //参数校验
 | 
			
		
	
	
		
			
				
					|  |  | 
 |