Merge branch 'dev-temp-xw-202502170000-45135' into dev

dev
xiangwei.zhang 3 months ago
commit c52f12a042

@ -782,6 +782,7 @@ public class MesSortShippingCheckService implements IMesSortShippingCheckService
MesMoveRule moveRule = null;
MesPart itemPart = mesPartService.getMesPartByPartNo(detail.getPartNo(), detail.getOrganizeCode());
if (Objects.isNull(itemPart) || StringUtil.isEmpty(itemPart.getEsd()) || Objects.isNull(sortShippingModel.getMesMoveRuleMap()) || !sortShippingModel.getMesMoveRuleMap().containsKey(itemPart.getEsd())) {
detail.setSaveFlag(CommonEnumUtil.TRUE_OR_FALSE.TRUE.getValue());
log.info("客供品移库零件【{}】维护的ESD属性未匹配到零件发运组【{}】中的移库规则", detail.getPartNo(), orderManagement.getShippingGroupCode());
return;
}

Loading…
Cancel
Save