|  |  | @ -55,7 +55,7 @@ public class ResiMineGridController { | 
			
		
	
		
			
				
					|  |  |  | 	 * @Description 单客户-获取用户最近访问网格 | 
			
		
	
		
			
				
					|  |  |  | 	 * @Date 2020/8/3 | 
			
		
	
		
			
				
					|  |  |  | 	 **/ | 
			
		
	
		
			
				
					|  |  |  | 	@GetMapping("latestgridinfo") | 
			
		
	
		
			
				
					|  |  |  | 	@PostMapping("latestgridinfo") | 
			
		
	
		
			
				
					|  |  |  | 	public Result<LatestGridInfoResultDTO> latestGridInfo(@LoginUser TokenDto token, @RequestBody LatestGridInfoFormDTO formDTO) { | 
			
		
	
		
			
				
					|  |  |  | 		ValidatorUtils.validateEntity(formDTO); | 
			
		
	
		
			
				
					|  |  |  | 		formDTO.setUserId(token.getUserId()); | 
			
		
	
	
		
			
				
					|  |  | 
 |