Showing
1 changed file
with
2 additions
and
0 deletions
@@ -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<>(); |
-
Please register or login to post a comment