Subversion Repositories SmartDukaan

Rev

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

Rev 34545 Rev 34550
Line 135... Line 135...
135
            userIds = userAccountRepository.selectUserIdsByRetailerIds(fofoIds);
135
            userIds = userAccountRepository.selectUserIdsByRetailerIds(fofoIds);
136
        }
136
        }
137
 
137
 
138
        sendNotificationModel.setUserIds(userIds);
138
        sendNotificationModel.setUserIds(userIds);
139
        notificationService.sendNotification(sendNotificationModel);
139
        notificationService.sendNotification(sendNotificationModel);
-
 
140
        notificationService.sendNotificationToSystemUsers(sendNotificationModel);
140
    }
141
    }
141
 
142
 
142
    private String generateContent(List<Bid> bids, Liquidation liquidation, ProfitMandiConstants.BID_ENUM status){
143
    private String generateContent(List<Bid> bids, Liquidation liquidation, ProfitMandiConstants.BID_ENUM status){
143
        StringBuilder sb = new StringBuilder();
144
        StringBuilder sb = new StringBuilder();
144
        sb.append("<h4>Bidding Summary</h3>");
145
        sb.append("<h4>Bidding Summary</h3>");