Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Update DemandGenerationConsumer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
debasishchakraborty-egovt authored Jan 22, 2024
1 parent e334235 commit 3f58aa7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ private void generateDemandAndSendnotification(RequestInfo requestInfo, String t
* + connectionNo ); continue; }
*/
try {
if(tenantId.equals(config.getSmsExcludeTenant())) {
if(!tenantId.equals(config.getSmsExcludeTenant())) {
generateDemandInBatch(calculationReq, masterMap, billingCycle, isSendMessage);
}

Expand Down Expand Up @@ -547,4 +547,4 @@ public void generateBulkDemandForULB(HashMap<Object, Object> messageData) {

}

}
}

0 comments on commit 3f58aa7

Please sign in to comment.