From 790abcde6b0a250f55bd1b411bffcc651e29e4d9 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期一, 07 七月 2025 23:39:11 +0800
Subject: [PATCH] bug修复/策略完善

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

diff --git a/api/outside_api_callback.py b/api/outside_api_callback.py
index fd5cbfb..75f1767 100644
--- a/api/outside_api_callback.py
+++ b/api/outside_api_callback.py
@@ -235,8 +235,8 @@
                 fdata = {
                     "id": record[0],
                     "code": record[1],
-                    "name": gpcode_manager.get_code_name(record[1]),
-                    "platesInfo": {k: [(xx, gpcode_manager.get_code_name(xx)) for xx in v] for k, v in
+                    "name": gpcode_manager.CodesNameManager().get_code_name(record[1]),
+                    "platesInfo": {k: [(xx, gpcode_manager.CodesNameManager().get_code_name(xx)) for xx in v] for k, v in
                                    record[2].items()},
                     "time_str": record[4],
                     "bigOrderInfo": record[3]

--
Gitblit v1.8.0