mirror of
				https://github.com/TeaOSLab/EdgeAPI.git
				synced 2025-11-04 16:00:24 +08:00 
			
		
		
		
	修复无法使用倒序分表查询日志的问题
This commit is contained in:
		@@ -227,6 +227,6 @@ func (this *HTTPAccessLogService) FindHTTPAccessLogPartitions(ctx context.Contex
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	return &pb.FindHTTPAccessLogPartitionsResponse{
 | 
						return &pb.FindHTTPAccessLogPartitionsResponse{
 | 
				
			||||||
		Partitions:        partitions,
 | 
							Partitions:        partitions,
 | 
				
			||||||
		ReversePartitions: partitions,
 | 
							ReversePartitions: reversePartitions,
 | 
				
			||||||
	}, nil
 | 
						}, nil
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user