Authored by mali

批量导入商品接口

@@ -663,6 +663,8 @@ public static void main(String[] args) { @@ -663,6 +663,8 @@ public static void main(String[] args) {
663 } 663 }
664 664
665 bo1.setSeriesId(stringIntegerMap1.get(bo.getSeriesName().trim())); 665 bo1.setSeriesId(stringIntegerMap1.get(bo.getSeriesName().trim()));
  666 + } else {
  667 + bo1.setSeriesId(0);
666 } 668 }
667 669
668 List<Integer> sizeIdList = new ArrayList<>(); 670 List<Integer> sizeIdList = new ArrayList<>();