Administrator
2024-06-07 1a0be577a89727ef6b80245b6b53c8ddf43ca7d9
trade/current_price_process_manager.py
@@ -64,8 +64,8 @@
                try:
                    __actualPriceProcessor.save_current_price(code, price,
                                                              gpcode_manager.get_limit_up_price_by_preprice(
                                                                  pricePre) == tool.to_price(
                                                              gpcode_manager.get_limit_up_price_by_preprice(code,
                                                                                                            pricePre) == tool.to_price(
                                                                  decimal.Decimal(d["price"])))
                except Exception as e:
                    logging.exception(e)