Administrator
2024-08-15 0e921bc8d68e830f15bb049dfb84b22bc05db788
code_attribute/code_data_util.py
@@ -19,8 +19,6 @@
# 代码对应的价格是否正确
def is_same_code_with_price(code, price):
    if code == '600066':
        print('进入调试')
    # 昨日收盘价
    price_close = gpcode_manager.CodePrePriceManager.get_price_pre_cache(code)
    max_price = tool.to_price(decimal.Decimal(str(price_close)) * decimal.Decimal(tool.get_limit_up_rate(code)))