Administrator
2025-01-02 77f196d3c0c352e2d1129b82c3b0f533e1132a87
bug修复
1个文件已修改
4 ■■■■ 已修改文件
third_data/kpl_limit_up_data_manager.py 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
third_data/kpl_limit_up_data_manager.py
@@ -260,6 +260,8 @@
            temp = []
            max_continue_count = 0
            for day in self.__days:
                if day not in self.__block_day_datas:
                    continue
                if d[0] in self.__block_day_datas[day]:
                    temp.append(day)
                else:
@@ -291,6 +293,8 @@
            # 获取每天的数量
            days_datas = []
            for day in self.__days:
                if day not in self.__block_day_datas:
                    continue
                binfo = self.__block_day_datas[day].get(b)
                if not binfo:
                    days_datas.append((0, 0))