SDF06 executor bugfix
This commit is contained in:
parent
ae7e03fda8
commit
34faab9220
1 changed files with 4 additions and 2 deletions
|
|
@ -117,8 +117,10 @@ public class Sdf06Executor {
|
|||
log.debug("Statement created: {}", stmt.getId());
|
||||
requests.add(requestFromStatement(stmt, company.getTradingCode(), tcr.getCode()));
|
||||
}
|
||||
sdf06GroupId = groupId;
|
||||
kafkaSender.sendRequestToQueue(Consts.ASSET_OPERATION, requests);
|
||||
if (requests.size() > 0) {
|
||||
sdf06GroupId = groupId;
|
||||
kafkaSender.sendRequestToQueue(Consts.ASSET_OPERATION, requests);
|
||||
}
|
||||
}
|
||||
|
||||
public void processGatewayResponse(BaseRequest<AssetOperationApprovalRequest> req) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue