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

Commit

Permalink
ISTE-44: Added demand change audit db script from ws-calculator service
Browse files Browse the repository at this point in the history
  • Loading branch information
debasishchakraborty-egovt committed May 23, 2024
1 parent 2e378d7 commit 84c182e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ private List<Demand> createDemand(RequestInfo requestInfo, List<Calculation> cal
data(demand).
createdby(requestInfo.getUserInfo().getUuid()).
createdtime(System.currentTimeMillis()).build();
log.info("wsDemandChangeAuditRequest:"+wsDemandChangeAuditRequest);
producer.push(config.getSaveDemandAudit(), wsDemandChangeAuditRequest);
});
}
Expand Down

0 comments on commit 84c182e

Please sign in to comment.