From f5ddc3ab8d4945fc608d4fde203009278e49d3d8 Mon Sep 17 00:00:00 2001 From: user9994793890 <3722323274763196-user9994793890@noreply.coze.cn> Date: Mon, 13 Jul 2026 13:00:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=89=B9=E6=9D=A5?= =?UTF-8?q?=E7=94=B5=E5=AD=97=E6=AE=B5=E5=AF=B9=E5=BA=94=E5=85=B3=E7=B3=BB?= =?UTF-8?q?=EF=BC=88=E4=BC=81=E4=B8=9A-=E8=BD=A6=E9=87=8F=E8=87=AA?= =?UTF-8?q?=E7=BC=96=E5=8F=B7=E3=80=81=E8=AE=BE=E5=A4=87-connector=5Fname?= =?UTF-8?q?=E3=80=81=E5=9C=BA=E7=AB=99-operator=5Fname=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Coze-Commit-Type: user Coze-User-ID: 3722323274763196 Coze-Conversation-ID: 9894087 --- lib/report_generator.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/report_generator.py b/lib/report_generator.py index 0fbe383..dcd8f8f 100644 --- a/lib/report_generator.py +++ b/lib/report_generator.py @@ -28,7 +28,8 @@ ID_TO_NAME_MAPPING = { TELECOM_FIELD_MAPPING = { 'order_id': 'order_no', # 订单号 'station_id': 'station_id', # 场站ID - 'station_name': 'station_name', # 场站名称 + 'operator_name': 'station_name', # 运营商名称 → 场站名称 + 'connector_name': 'equipment_name', # 连接器名称 → 设备名称 'charge_start_time': 'charge_begin_time', # 开始充电时间 'charge_end_time': 'charge_end_time', # 结束充电时间 'total_power': 'charge_degree', # 总电量 @@ -66,7 +67,8 @@ def query_telecom_orders(vehicle_self_nos, start_time_str, end_time_str): SELECT order_id, station_id, - station_name, + operator_name, + connector_name, charge_start_time, charge_end_time, total_power,