From dc52287cd1c1dc2176c491793ef74ff34ae954f5 Mon Sep 17 00:00:00 2001
From: root <root@94a9702fdab3>
Date: Tue, 2 Jul 2024 12:15:25 +0800
Subject: [PATCH] =?UTF-8?q?add=20workflow=20=E5=A4=A9=E6=B6=A6Smart-ccc?=
 =?UTF-8?q?=E5=AE=A2=E6=88=B7=E6=95=B0=E6=8D=AE,dev?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../smart_ccc_custom/获取客户资料列表/customer_list_feign.py  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/workflow/TK_Cust/smart_ccc_custom/获取客户资料列表/customer_list_feign.py b/dev/workflow/TK_Cust/smart_ccc_custom/获取客户资料列表/customer_list_feign.py
index 4427f05..44fb6cb 100644
--- a/dev/workflow/TK_Cust/smart_ccc_custom/获取客户资料列表/customer_list_feign.py
+++ b/dev/workflow/TK_Cust/smart_ccc_custom/获取客户资料列表/customer_list_feign.py
@@ -202,7 +202,7 @@ if __name__ == "__main__":
                         id=item['value']
                         print(f'客户id:{id},开始请求数据')
                         resD = request_detail_signature_post(id)
-                        print(f'请求数据结束{id},结果:{resD}')
+                        print(f'请求数据结束{id}')
                         if 'customer' in resD:
                             ids.append(id)
                             dataList = resD['customer']
@@ -212,7 +212,7 @@ if __name__ == "__main__":
                             print(f"请求客户资料详情(id:{id})失败,错误信息:{error}")
                             load_detail_exp_to_db(id)
             except Exception as e:  
-                print(f'请求客户资料详情(id:{id})异常, )异常信息:{e}')
+                print(f'请求客户资料详情(id:{id})异常,异常信息:{e}')
                 load_detail_exp_to_db(data['id'])
         print(f'444:{ids}')
         if len(ids) > 0: