|
|
|
@ -94,6 +94,8 @@ public class MesSendEquipParamsCmdStepService2 extends BaseStepService {
|
|
|
|
|
//设备加工参数信息集合根据数据变量ID分组
|
|
|
|
|
Map<Long, MesEquipmentVariable> evMap = CollectionUtils.isEmpty(equipmentVariableList) ? null : equipmentVariableList.stream().filter(o -> null != o).collect(Collectors.toMap(MesEquipmentVariable::getId, o -> o));
|
|
|
|
|
|
|
|
|
|
if (CollectionUtils.isEmpty(evMap)) return execSuccessCompleteAndSendMsgReturn(reqBean, resultBean.writeDbLog(), "发送设备加工参数:当前加工规则未匹配到设备变量数据信息,跳过发送!");
|
|
|
|
|
|
|
|
|
|
//当前工位使用的设备
|
|
|
|
|
MesCellEquipContext cellEquipContext = productionProcessContext.getCurCellEquip();
|
|
|
|
|
|
|
|
|
|