From 5c1058420012b78c7b8360d46e8fccbcfc06cbf2 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期四, 16 一月 2025 00:09:21 +0800
Subject: [PATCH] L撤调整/扫入下单调整

---
 third_data/code_plate_key_manager.py |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/third_data/code_plate_key_manager.py b/third_data/code_plate_key_manager.py
index d48106f..b2807f2 100644
--- a/third_data/code_plate_key_manager.py
+++ b/third_data/code_plate_key_manager.py
@@ -277,7 +277,6 @@
     def list_all_deleted_cache(self):
         return self.__deleted_kpl_forbidden_plates_cache
 
-
     def is_in_cache(self, plate):
         if self.__kpl_forbidden_plates_cache and plate in self.__kpl_forbidden_plates_cache:
             return True
@@ -495,6 +494,12 @@
         cls.__market_strong = strong
 
     @classmethod
+    def is_ignore_block_in_money(cls):
+        if constant.IS_IGNORE_BLOCK_IN_MONEY_WITH_MARKET_STRONG and cls.__market_strong and cls.__market_strong >= 80:
+            return True
+        return False
+
+    @classmethod
     def get_market_strong(cls):
         return cls.__market_strong
 

--
Gitblit v1.8.0