l2/code_price_manager.py
@@ -122,7 +122,7 @@ def set_open_limit_up_lowest_price(self, code, price): old_price = self.__get_open_limit_up_lowest_price_cache(code) if not old_price or float(old_price) - float(price) > 0.001: if not old_price or float(old_price) > float(price): self.__save_open_limit_up_lowest_price(code, price) def get_buy1_price(self, code):