Administrator
2023-12-28 a9768674e4ef88f3e72b200c7cf35a0b8735d6f3
l2/l2_data_manager_new.py
@@ -679,7 +679,7 @@
                        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("非独苗不满足身位")
                            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)