Administrator
4 天以前 634f751e97ac30fe4d99a9982fee91165f437a8c
bug修复
1个文件已修改
4 ■■■ 已修改文件
l2/huaxin/huaxin_delegate_postion_manager.py 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
l2/huaxin/huaxin_delegate_postion_manager.py
@@ -246,7 +246,9 @@
                    continue
                new_match_list.append(m)
            match_list = new_match_list
        if not match_list:
            # 没有找到真实下单位
            return None
        # 最合适的是时间相差为0,索引相差为1
        for m in match_list:
            if m[0] == 0 and m[1] == 1: