| 
						
						
							
								
							
						
						
					 | 
					@ -240,6 +240,7 @@ public class IcPartyActController { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    @PostMapping("yearSearch") | 
					 | 
					 | 
					    @PostMapping("yearSearch") | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    public Result<List<YearSearchDetailResultDTO>> yearSearch(@LoginUser TokenDto tokenDto, @RequestBody YearSearchFormDTO formDTO){ | 
					 | 
					 | 
					    public Result<List<YearSearchDetailResultDTO>> yearSearch(@LoginUser TokenDto tokenDto, @RequestBody YearSearchFormDTO formDTO){ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					        ValidatorUtils.validateEntity(formDTO, YearSearchFormDTO.YearSearchForm.class); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        formDTO.setStaffId(tokenDto.getUserId()); | 
					 | 
					 | 
					        formDTO.setStaffId(tokenDto.getUserId()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        formDTO.setCustomerId(tokenDto.getCustomerId()); | 
					 | 
					 | 
					        formDTO.setCustomerId(tokenDto.getCustomerId()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        return new Result<List<YearSearchDetailResultDTO>>().ok(icPartyActService.yearSearch(formDTO)); | 
					 | 
					 | 
					        return new Result<List<YearSearchDetailResultDTO>>().ok(icPartyActService.yearSearch(formDTO)); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |