Subversion Repositories SmartDukaan

Rev

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

Rev 24654 Rev 24656
Line 1320... Line 1320...
1320
			notification.setExpiresat(LocalDateTime.now().toEpochSecond(ZoneOffset.ofHoursMinutes(5, 30)));
1320
			notification.setExpiresat(LocalDateTime.now().toEpochSecond(ZoneOffset.ofHoursMinutes(5, 30)));
1321
			notification.setStatus("active");
1321
			notification.setStatus("active");
1322
			notification.setSmsprocessed(0);
1322
			notification.setSmsprocessed(0);
1323
			notification.setNotification_processed(0);
1323
			notification.setNotification_processed(0);
1324
			notification.setNotification_type("GENERAL_NOTIFICATION");
1324
			notification.setNotification_type("GENERAL_NOTIFICATION");
1325
			mongoClient.persistNotificationCmpInfo(notification);
1325
			//mongoClient.persistNotificationCmpInfo(notification);
1326
			salesByFofoIdMap.put(fofoId, sale);
1326
			salesByFofoIdMap.put(fofoId, sale);
1327
			LOGGER.info(sale);
1327
			LOGGER.info(sale);
1328
		}
1328
		}
1329
		String saleReport = this.getDailySalesReportByPartnerId(salesByFofoIdMap,dailyTarget);
1329
		String saleReport = this.getDailySalesReportByPartnerId(salesByFofoIdMap,dailyTarget);
1330
		LOGGER.info(saleReport);
1330
		LOGGER.info(saleReport);