Administrator
2024-11-29 5dbde33455497c27a0767d6ea8c81b0bf076f607
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: