Administrator
2025-04-28 a66e9a1e88d0957083114f68f391c0b248684838
l2/l2_data_manager_new.py
@@ -830,12 +830,6 @@
            else:
                if average_rate < 0.04:
                    return False, True, f"均价涨幅({average_rate})小于4%", True
        if not gpcode_manager.WantBuyCodesManager().is_in_cache(code):
            zyltgb_as_yi = round(global_util.zyltgb_map.get(code) / 100000000,
                                 2) if code in global_util.zyltgb_map else None
            if zyltgb_as_yi and zyltgb_as_yi < 40:
                return False, True, f"自由流通市值小于({zyltgb_as_yi})< 40亿", True
        return True, False, f"", False
    @classmethod