From cd27e0b776dc1ee4c2ede70d1aaf881cb541868c Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期二, 22 七月 2025 14:26:19 +0800
Subject: [PATCH] 撤单比例修改日志记录

---
 api/outside_api_command_callback.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/api/outside_api_command_callback.py b/api/outside_api_command_callback.py
index 9b87e1d..2947365 100644
--- a/api/outside_api_command_callback.py
+++ b/api/outside_api_command_callback.py
@@ -1400,7 +1400,9 @@
                 # L鍚庨噸鏂板泭鎷�
                 if rate < old_rate:
                     # 鏀瑰皬鎵嶈兘閲嶆柊鍥婃嫭
+                    trade_record_log_util.add_common_msg(code, "L鍚庨噸鏂板泭鎷�", msg=f"淇敼鎾ゅ崟姣斾緥: {old_rate}->{rate}")
                     LCancelBigNumComputer().re_compute_l_down_watch_indexes(code, is_force=True)
+
                 self.send_response({"code": 0, "data": {}},
                                    client_id,
                                    request_id)

--
Gitblit v1.8.0