xuguoyang há 1 semana atrás
pai
commit
4328c3321b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      routers/api/dataFilling/__init__.py

+ 1 - 1
routers/api/dataFilling/__init__.py

@@ -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:
         # 过滤掉不需要的列