mirror of
				https://github.com/TeaOSLab/EdgeAPI.git
				synced 2025-11-04 16:00:24 +08:00 
			
		
		
		
	优化代码
This commit is contained in:
		@@ -84,8 +84,8 @@ func (this *NodeLogService) ListNodeLogs(ctx context.Context, req *pb.ListNodeLo
 | 
			
		||||
			ServerId:    int64(log.ServerId),
 | 
			
		||||
			CreatedAt:   int64(log.CreatedAt),
 | 
			
		||||
			Count:       types.Int32(log.Count),
 | 
			
		||||
			IsFixed:     log.IsFixed == 1,
 | 
			
		||||
			IsRead:      log.IsRead == 1,
 | 
			
		||||
			IsFixed:     log.IsFixed,
 | 
			
		||||
			IsRead:      log.IsRead,
 | 
			
		||||
		})
 | 
			
		||||
	}
 | 
			
		||||
	return &pb.ListNodeLogsResponse{NodeLogs: result}, nil
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user