Subversion Repositories SmartDukaan

Rev

Rev 7897 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7897 Rev 9868
Line 74... Line 74...
74
			if (request.getParameter("sp") != null)	{
74
			if (request.getParameter("sp") != null)	{
75
				startDate = getStartDate(request.getParameter("sp"));
75
				startDate = getStartDate(request.getParameter("sp"));
76
			} else	{
76
			} else	{
77
				startDate = getStartDate("d");
77
				startDate = getStartDate("d");
78
			}
78
			}
79
			logger.info("", startDate);
79
			//logger.info("", startDate);
80
 
80
 
81
			notificationRequestCounts = catalogClient.getProductNotificationRequestCount(startDate.getTime(), (categoryId==null)?0L:categoryId);
81
			notificationRequestCounts = catalogClient.getProductNotificationRequestCount(startDate.getTime(), (categoryId==null)?0L:categoryId);
82
			
82
			
83
			logger.info("", notificationRequestCounts);
83
			//logger.info("", notificationRequestCounts);
84
		} catch (TException e) {
84
		} catch (TException e) {
85
			logger.error("", e);
85
			logger.error("", e);
86
		}
86
		}
87
		return "index";
87
		return "index";
88
	}
88
	}