|
|
@ -325,8 +325,8 @@ public class MesPackageNoGenerateStepService extends BaseStepService implements
|
|
|
|
productSnList2Remain = productSnList;
|
|
|
|
productSnList2Remain = productSnList;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
//根据需要的个数进行截取条码
|
|
|
|
//根据需要的个数进行截取条码
|
|
|
|
productSnList2Cur = (LinkedList<String>) productSnList.subList(0, needQty);
|
|
|
|
productSnList2Cur = new LinkedList<>(productSnList.subList(0, needQty));
|
|
|
|
productSnList2Remain = (LinkedList<String>) productSnList.subList(needQty, productSnList.size());
|
|
|
|
productSnList2Remain = new LinkedList<>(productSnList.subList(needQty, productSnList.size()));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|