Subversion Repositories SmartDukaan

Rev

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

Rev 5519 Rev 5536
Line 59... Line 59...
59
			if(alertMap!=null) {
59
			if(alertMap!=null) {
60
				delayedEventDescription = alertMap.getEventdesciption();
60
				delayedEventDescription = alertMap.getEventdesciption();
61
				userIds = alertMap.getUserIds();
61
				userIds = alertMap.getUserIds();
62
				sendTo = userIds.split(";");
62
				sendTo = userIds.split(";");
63
			} else {
63
			} else {
-
 
64
				EntityMonitoringStatus entityMonitoringStatus = 
-
 
65
					entityHandler.getEntityMonitoringStatus(entity.getEntityType());
64
				sendTo[0] = "amar.kumar@shop2020.in";
66
				sendTo[0] = "amar.kumar@shop2020.in";
65
			}
67
			}
66
			System.out.println(sendTo);
68
			System.out.println(sendTo);
67
			if(userIds!=null && userIds!="") {
69
			if(userIds!=null && userIds!="") {
68
				
70