Subversion Repositories SmartDukaan

Rev

Rev 31097 | Rev 31099 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31097 Rev 31098
Line 775... Line 775...
775
					&& x.getStatus() != (OrderStatus.DELIVERY_SUCCESS))).collect(Collectors.toList());
775
					&& x.getStatus() != (OrderStatus.DELIVERY_SUCCESS))).collect(Collectors.toList());
776
 
776
 
777
			LOGGER.info("filteredOrder" + filteredorders);
777
			LOGGER.info("filteredOrder" + filteredorders);
778
 
778
 
779
			if (!filteredorders.isEmpty()) {
779
			if (!filteredorders.isEmpty()) {
780
				throw new ProfitMandiBusinessException("Upload File", filteredorders,
780
				throw new ProfitMandiBusinessException("Upload File",
-
 
781
						String.join(",",
-
 
782
								filteredorders.stream().map(x -> x.getAirwayBillNumber()).collect(Collectors.toList())),
781
						"Order status should be shipped from warehouse");
783
						"Order status should be shipped from warehouse");
782
 
784
 
783
			}
785
			}
784
 
786
 
785
			Map<String, List<Order>> airwayBillOrderMap = vorders.stream()
787
			Map<String, List<Order>> airwayBillOrderMap = vorders.stream()