|
|
@@ -1873,6 +1873,7 @@ public class ReleaseProductByBatchServiceImpl implements ReleaseProductByBatchSe
|
|
|
if (productsfromRelease.size() != 0) {
|
|
|
productService.saveByJdbcTemplate(productsfromRelease);
|
|
|
List<Product> productes = productService.findProductsByProdNums(proNums);
|
|
|
+ System.err.println("新增物料之后,获取物料的个数=" + productes.size() + "新增物料的个数 =" + productsfromRelease.size());
|
|
|
for (Product producte : productes) {
|
|
|
ProductPrivate productPrivate = new ProductPrivate();
|
|
|
productPrivate.setB2cEnabled(IntegerConstant.YES_SHORT);
|