From bddb7d3da68797239ea66d9dc8437c5fab67957f Mon Sep 17 00:00:00 2001
From: root <root@64792e78fd4d>
Date: Thu, 23 Jan 2025 11:06:49 +0800
Subject: [PATCH] =?UTF-8?q?add=20workflow=20=E5=A4=A9=E6=B6=A6Smart-ccc?=
 =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E6=95=B0=E6=8D=AE,dev?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../查询会话记录列表_新/chat_records_n_feign.py             | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/workflow/TK_Cust/smart_ccc_chat/查询会话记录列表_新/chat_records_n_feign.py b/dev/workflow/TK_Cust/smart_ccc_chat/查询会话记录列表_新/chat_records_n_feign.py
index 29b5bd5..bf19a2b 100644
--- a/dev/workflow/TK_Cust/smart_ccc_chat/查询会话记录列表_新/chat_records_n_feign.py
+++ b/dev/workflow/TK_Cust/smart_ccc_chat/查询会话记录列表_新/chat_records_n_feign.py
@@ -260,9 +260,9 @@ if __name__ == "__main__":
     previous_time = previous_hour_timestamp(hour_delta)
     list = fetch_records_all(0)
 
-    if datetime.datetime.now().hour < 3:
-        pre_list = fetch_records_all(1)
-        list = list + pre_list
+    # if datetime.datetime.now().hour < 3:
+    #     pre_list = fetch_records_all(1)
+    #     list = list + pre_list
     load_data_to_db(list)
     records = get_data_from_db()
     if len(records) > 0: