|
@@ -927,7 +927,7 @@ async def get_report_fields(
|
|
|
# 添加字段名和字段注释作为第一行
|
|
|
first_row = {column: column_comments.get(column, '') for column in column_names if
|
|
|
column not in excluded_columns}
|
|
|
- result_items.append(first_row)
|
|
|
+ # result_items.append(first_row)
|
|
|
# print(result_items)
|
|
|
for row in rows:
|
|
|
# 过滤掉不需要的列
|