|  |  | @ -929,7 +929,7 @@ public class CustomerGridServiceImpl extends BaseServiceImpl<CustomerGridDao, Cu | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |         LambdaQueryWrapper<CustomerGridEntity> wrapper = new LambdaQueryWrapper<>(); | 
			
		
	
		
			
				
					|  |  |  |         wrapper.eq(CustomerGridEntity::getPid, agencyId); | 
			
		
	
		
			
				
					|  |  |  |         wrapper.last("ORDER BY CONVERT ( GRID_NAME USING gbk ) ASC"); | 
			
		
	
		
			
				
					|  |  |  |         wrapper.last("ORDER BY CONVERT ( GRID_NAME USING gbk ) ASC,sort"); | 
			
		
	
		
			
				
					|  |  |  |         List<CustomerGridEntity> list = baseDao.selectList(wrapper); | 
			
		
	
		
			
				
					|  |  |  |         if (CollectionUtils.isEmpty(list)) { | 
			
		
	
		
			
				
					|  |  |  |             return Collections.emptyList(); | 
			
		
	
	
		
			
				
					|  |  | 
 |