Administrator
2024-11-27 b3cbf38bc431f911b24550db19c68bba2872b09b
third_data/custom_block_in_money_manager.py
@@ -33,6 +33,10 @@
        code = item[0]
        if code not in self.__code_money_dict:
            self.__code_money_dict[code] = 0
        if not tool.is_ge_code(code) and item[2][2] < 299e4:
            return
        if tool.is_ge_code(code) and item[2][2] < 299e4 and item[2][1] < 290000:
            return
        if item[1] == 0:
            self.__code_money_dict[code] += item[2][2]
        else: