| Line 313... |
Line 313... |
| 313 |
inventorySnapshot.setCreatedOrders(orders);
|
313 |
inventorySnapshot.setCreatedOrders(orders);
|
| 314 |
inventorysnapshotlist.add(inventorySnapshot);
|
314 |
inventorysnapshotlist.add(inventorySnapshot);
|
| 315 |
item = aliveItemsMap.get(entry.getValue().getId());
|
315 |
item = aliveItemsMap.get(entry.getValue().getId());
|
| 316 |
System.out.println("++++++++++++++++++Before checking > 5 SLA+++++++++++++++++++++++++++++");
|
316 |
System.out.println("++++++++++++++++++Before checking > 5 SLA+++++++++++++++++++++++++++++");
|
| 317 |
if(logisticinfo.getShippingTime() > 5 && stock > 0){
|
317 |
if(logisticinfo.getShippingTime() > 5 && stock > 0){
|
| 318 |
System.out.println("Product : "+getProductName(item)+" Item ID : " + item.getId() + " Stock : " + stock +" "+ " SLA : " + logisticinfo.getShippingTime());
|
318 |
System.out.println("Product : "+getProductName(item)+" Item ID : " + item.getId() + " Stock : " + stock +" "+ " SLA : " + logisticinfo.getShippingTime());
|
| - |
|
319 |
stock = 0;
|
| 319 |
}
|
320 |
}
|
| 320 |
System.out.println("++++++++++++++++++++After checking > 5 SLA++++++++++++++++++++++++");
|
321 |
System.out.println("++++++++++++++++++++After checking > 5 SLA++++++++++++++++++++++++");
|
| 321 |
|
322 |
|
| 322 |
if(!updatedFlipkartInventoryMap.containsKey(entry.getKey())){
|
323 |
if(!updatedFlipkartInventoryMap.containsKey(entry.getKey())){
|
| 323 |
inventoryItems.append("<tr>"
|
324 |
inventoryItems.append("<tr>"
|