Subversion Repositories SmartDukaan

Rev

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

Rev 25890 Rev 25891
Line 587... Line 587...
587
				JSONObject childItem = doc.getJSONArray("_childDocuments_").getJSONObject(j);
587
				JSONObject childItem = doc.getJSONArray("_childDocuments_").getJSONObject(j);
588
				int itemId = childItem.getInt("itemId_i");
588
				int itemId = childItem.getInt("itemId_i");
589
				TagListing tl = itemTagListingMap.get(itemId);
589
				TagListing tl = itemTagListingMap.get(itemId);
590
				if(tl==null) {
590
				if(tl==null) {
591
					logger.warn("Could not find item id {}", itemId);
591
					logger.warn("Could not find item id {}", itemId);
-
 
592
					continue;
592
				}
593
				}
593
				if (hotDeal) {
594
				if (hotDeal) {
594
					if (!tl.isHotDeals()) {
595
					if (!tl.isHotDeals()) {
595
						continue;
596
						continue;
596
					}
597
					}