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