l2/l2_data_manager_new.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
l2/l2_data_manager_new.py
@@ -676,6 +676,11 @@ info.set_kpl_blocks([]) can_buy_result = CodePlateKeyBuyManager.can_buy(code) if can_buy_result: if not can_buy_result[0] and can_buy_result[1]: info.set_kpl_match_blocks(["独苗"]) elif not can_buy_result[0] and not can_buy_result[1]: info.set_kpl_match_blocks("非独苗不满足身位") else: info.set_kpl_match_blocks(can_buy_result[0]) trade_record_log_util.add_place_order_log(code, info) except Exception as e: