|
|
|
@ -149,7 +149,7 @@ public class MesStationMatchProductSnStepService extends BaseStepService {
|
|
|
|
|
List<MesProductionPartContext> productionPartContextList2UnFinish = CollectionUtils.isEmpty(productionPartContextList) ? null : productionPartContextList.stream().filter(o -> (null != o && o.getIsFinishCode().compareTo(CommonEnumUtil.TRUE_OR_FALSE.FALSE.getValue()) == 0)).collect(Collectors.toList());
|
|
|
|
|
|
|
|
|
|
//进料主条码数据信息
|
|
|
|
|
List<MesProductionPsInContext> productionPsInContextList = null;
|
|
|
|
|
List<MesProductionPsInContext> productionPsInContextList = new ArrayList<>();
|
|
|
|
|
//加工规则数据信息集合
|
|
|
|
|
List<MesProdRuleContext> prodRuleContextList = new ArrayList<>();
|
|
|
|
|
|
|
|
|
|