排序工单验证工步 bug

uat-temp-wj-chongqingdaqu-dev-temp-logic-20250328-seresReport
王杰 4 months ago
parent b07c046e4e
commit 5e6bd2e36e

@ -105,7 +105,8 @@ public class MesWorkOrderCheckSortStepService extends MesWorkOrderCheckStepServi
} }
//扫描场景下合并历史产出零件信息/产品条码信息 //扫描场景下合并历史产出零件信息/产品条码信息
if (MesExtEnumUtil.CELL_MESSAGE_SOURCE.SCAN.getValue() == equipVariableCollectContextList.get(0).getMessageSource() && !CollectionUtils.isEmpty(cachedProductionPartContextList)) { if (MesExtEnumUtil.CELL_MESSAGE_SOURCE.SCAN.getValue() == equipVariableCollectContextList.get(0).getMessageSource() &&
!CollectionUtils.isEmpty(cachedProductionPartContextList) && !CollectionUtils.isEmpty(cachedProductionPsInContextList)) {
productionPartContextList.addAll(cachedProductionPartContextList); productionPartContextList.addAll(cachedProductionPartContextList);
productionPsInContextList.addAll(cachedProductionPsInContextList); productionPsInContextList.addAll(cachedProductionPsInContextList);
productionPsOutContextList.addAll(cachedProductionPsOutContextList); productionPsOutContextList.addAll(cachedProductionPsOutContextList);

Loading…
Cancel
Save