| 
						
						
							
								
							
						
						
					 | 
					@ -225,7 +225,7 @@ public class ResiGroupController { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						 * @return Result<List < GroupAuditedResultDTO>> | 
					 | 
					 | 
						 * @return Result<List < GroupAuditedResultDTO>> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						 */ | 
					 | 
					 | 
						 */ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						@PostMapping("audited") | 
					 | 
					 | 
						@PostMapping("audited") | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
						public Result<List<GroupAuditedResultDTO>> audited(GroupAuditedFromDTO formDTO) { | 
					 | 
					 | 
						public Result<List<GroupAuditedResultDTO>> audited(@RequestBody GroupAuditedFromDTO formDTO) { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
							ValidatorUtils.validateEntity(formDTO); | 
					 | 
					 | 
							ValidatorUtils.validateEntity(formDTO); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							return resiGroupService.audited(formDTO); | 
					 | 
					 | 
							return resiGroupService.audited(formDTO); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						} | 
					 | 
					 | 
						} | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -237,7 +237,7 @@ public class ResiGroupController { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						 * @return Result<List < GroupAuditedResultDTO>> | 
					 | 
					 | 
						 * @return Result<List < GroupAuditedResultDTO>> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						 */ | 
					 | 
					 | 
						 */ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						@PostMapping("groupsingrid") | 
					 | 
					 | 
						@PostMapping("groupsingrid") | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
						public Result<List<GroupsInGridResultDTO>> getGroupsInGrid(GroupAuditedFromDTO formDTO) { | 
					 | 
					 | 
						public Result<List<GroupsInGridResultDTO>> getGroupsInGrid(@RequestBody GroupAuditedFromDTO formDTO) { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
							ValidatorUtils.validateEntity(formDTO); | 
					 | 
					 | 
							ValidatorUtils.validateEntity(formDTO); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							return resiGroupService.getGroupsInGrid(formDTO); | 
					 | 
					 | 
							return resiGroupService.getGroupsInGrid(formDTO); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						} | 
					 | 
					 | 
						} | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -249,7 +249,7 @@ public class ResiGroupController { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						 * @return Result<GovGroupSummarizeResultDTO> | 
					 | 
					 | 
						 * @return Result<GovGroupSummarizeResultDTO> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						 */ | 
					 | 
					 | 
						 */ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						@PostMapping("getgovgroupsummarize") | 
					 | 
					 | 
						@PostMapping("getgovgroupsummarize") | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
						public Result<GovGroupSummarizeResultDTO> getGovGroupSummarize(GovGroupSummarizeFromDTO formDTO) { | 
					 | 
					 | 
						public Result<GovGroupSummarizeResultDTO> getGovGroupSummarize(@RequestBody GovGroupSummarizeFromDTO formDTO) { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
							return resiGroupService.getGovGroupSummarize(formDTO); | 
					 | 
					 | 
							return resiGroupService.getGovGroupSummarize(formDTO); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						} | 
					 | 
					 | 
						} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |