Administrator
2025-03-17 daa7277a44688f40137b35ebcca4551928dd6d10
真实下单位参数修改
1个文件已修改
2 ■■■ 已修改文件
l2/huaxin/huaxin_delegate_postion_manager.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
l2/huaxin/huaxin_delegate_postion_manager.py
@@ -223,7 +223,7 @@
        if not match_list:
            # 没有找到真实下单位
            return None
        THRESHOLD_MIN_MS = 0 if tool.is_sz_code(code) else 90
        THRESHOLD_MIN_MS = 0 if tool.is_sz_code(code) else 70
        # 最合适的是时间相差为0,索引相差为1
        for m in match_list:
            if m[0] == 0 and m[1] == 1: