|
@@ -2020,6 +2020,7 @@ public class ReleaseProductByBatchServiceImpl implements ReleaseProductByBatchSe
|
|
|
proNums.add(prodNum);
|
|
proNums.add(prodNum);
|
|
|
productsfromRelease.add(releaseProductByBatch);
|
|
productsfromRelease.add(releaseProductByBatch);
|
|
|
} else {
|
|
} else {
|
|
|
|
|
+ prodNum = releaseProductByBatch.getCode();
|
|
|
//对于已经存在于物料库的信息,如果规格信息已存在,则做更新
|
|
//对于已经存在于物料库的信息,如果规格信息已存在,则做更新
|
|
|
prIds.add(releaseProductByBatch.getProductid());
|
|
prIds.add(releaseProductByBatch.getProductid());
|
|
|
}
|
|
}
|