From feb75b57fa161d39374591b2c8232c00aac07413 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Jul 2024 11:18:44 +0800 Subject: [PATCH] =?UTF-8?q?add=20workflow=20=E5=A4=A9=E6=B6=A6Smart-ccc?= =?UTF-8?q?=E5=B7=A5=E5=8D=95=E6=95=B0=E6=8D=AE,dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TK_Cust/smart_ccc/获取工单记录列表/tickets_list_feign.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/workflow/TK_Cust/smart_ccc/获取工单记录列表/tickets_list_feign.py b/dev/workflow/TK_Cust/smart_ccc/获取工单记录列表/tickets_list_feign.py index c74dd9a..cc87eef 100644 --- a/dev/workflow/TK_Cust/smart_ccc/获取工单记录列表/tickets_list_feign.py +++ b/dev/workflow/TK_Cust/smart_ccc/获取工单记录列表/tickets_list_feign.py @@ -204,5 +204,6 @@ if __name__ == "__main__": print(f'请求工单详情(id:{id})异常, )异常信息:{e}') load_detail_exp_to_db(data['id']) if len(ids) > 0: - load_detail_data_to_db(ids,detailDataList) + ids_str = [str(item) for item in ids] + load_detail_data_to_db(ids_str,detailDataList) print(f'{formatted2_previous_hour(0)}请求工单信息结束') \ No newline at end of file