From 697ae3f5ce7249e0c9902cfdbe1b053dc1b73203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BF=97=E5=A8=81?= Date: Wed, 29 Jul 2026 15:02:39 +0800 Subject: [PATCH] =?UTF-8?q?[16591]=E6=9B=B4=E6=96=B0=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E9=9B=86=E6=B3=A2=E8=BF=87=E6=BB=A4=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 集波/SHOPEE_010_出库集波V1.2_WaveRuleMatchService_流程文档.md | 1 + 1 file changed, 1 insertion(+) diff --git a/集波/SHOPEE_010_出库集波V1.2_WaveRuleMatchService_流程文档.md b/集波/SHOPEE_010_出库集波V1.2_WaveRuleMatchService_流程文档.md index db215f8..072efa8 100644 --- a/集波/SHOPEE_010_出库集波V1.2_WaveRuleMatchService_流程文档.md +++ b/集波/SHOPEE_010_出库集波V1.2_WaveRuleMatchService_流程文档.md @@ -162,6 +162,7 @@ hasDifferentActiveShipmentType(warehouseCode, workstationId, shipmentType) - 多个候选工作站按可用空格口数量降序处理;数量相同时按工作站 ID 升序处理。 - 可用空格口统计口径:工作站绑定的分播墙为启用状态、格口为启用状态,且格口 `shopeeWaveCode` 为空。 - 工作站没有启用分播墙时跳过;`shipmentType` 不作为调度过滤条件。只要方法已接收 `WcsWorkStation`,就不再单独传递 `shipmentType`,方法内直接读取 `wcs_work_station.shipmentType`。单个工作站匹配失败不阻断后续工作站。 +- 候选 SQL 不再额外排除 `ticketType=1/5/6`,以当前分支的精确 `ticketType` 条件为准。 ---