From f30772b0010f9eec1734b25b4d6229e503215c3e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Jul 2024 11:14:03 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 69cafcb..c74dd9a 100644 --- a/dev/workflow/TK_Cust/smart_ccc/获取工单记录列表/tickets_list_feign.py +++ b/dev/workflow/TK_Cust/smart_ccc/获取工单记录列表/tickets_list_feign.py @@ -191,10 +191,10 @@ if __name__ == "__main__": try: id = data['id'] resD = request_data_signature_get(id) - print(f"请求工单详情结果{resD}") + #print(f"请求工单详情结束") if 'ticketDetail' in resD: ids.append(id) - dataList = resL['ticketDetail'] + dataList = resD['ticketDetail'] detailDataList.append(dataList) else: error = resD['error']