Administrator
2024-11-04 e196fbaf6c81796f7ecf459b71d364683f87f8c1
code_attribute/first_target_code_data_processor.py
@@ -130,7 +130,8 @@
                # 是否具有辨识度
                is_special = True if k_format and k_format[8][0] else False
                if not WantBuyCodesManager().is_in_cache(code):
                if not WantBuyCodesManager().is_in_cache(code) and not gpcode_manager.BuyOpenLimitUpCodeManager().is_in_cache(code):
                    # 不是想买单,也不是排一的代码
                    if not is_special:
                        situation = MarketSituationManager().get_situation_cache()
                        zylt_threshold_as_yi = buy_condition_util.get_zyltgb_threshold(situation)