Administrator
2024-07-10 d475991a9d0abc94edfb3a5d9761df8bed8b4fc4
code_attribute/gpcode_manager.py
@@ -106,4 +106,6 @@
    price = CodePrePriceManager.get_price_pre_cache(code)
    if price is None:
        return None
    return tool.to_price(decimal.Decimal(str(price)) * decimal.Decimal(f"{tool.get_limit_down_rate(code)}"))
    return tool.to_price(decimal.Decimal(str(price)) * decimal.Decimal(f"{tool.get_limit_down_rate(code)}"))