|
|
|
@ -186,7 +186,7 @@ public class MesSpotCheckOrderService implements IMesSpotCheckOrderService {
|
|
|
|
|
Map<Long, List<MesEquipmentLog>> realMap = null;
|
|
|
|
|
//获取实际值值设备数据
|
|
|
|
|
List<MesEquipmentLog> realEquipmentLogList = new ArrayList<>();
|
|
|
|
|
if(!Objects.isNull(mesEquipment) && StringUtils.isEmpty(mesEquipment.getEquipId())){
|
|
|
|
|
if(!Objects.isNull(mesEquipment) && !StringUtils.isEmpty(mesEquipment.getEquipId())){
|
|
|
|
|
//获取设定值设备变量ID
|
|
|
|
|
List<Long> setEquipVariableIdList =
|
|
|
|
|
model.getOrderResultList().stream().filter(k -> k.getSpotCheckItemType() == MesExtEnumUtil.SPOT_CHECK_ITEM_TYPE.AUTO.getValue()).map(MesSpotCheckOrderResult::getSetEquipVariableId).collect(Collectors.toList());
|
|
|
|
|