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