GatewayRequester
This commit is contained in:
parent
6aa252f801
commit
b2d0d0c742
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,8 @@ public class GatewayRequester extends QueueConsumer implements InitializingBean
|
||||||
if (gatewayReceived) {
|
if (gatewayReceived) {
|
||||||
responseReceived = assetOperationApprovalRequest;
|
responseReceived = assetOperationApprovalRequest;
|
||||||
assetOperationApprovalRequest = null;
|
assetOperationApprovalRequest = null;
|
||||||
|
} else {
|
||||||
|
omtId = null;
|
||||||
}
|
}
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
log.error(ExceptionUtils.getStackTrace(e));
|
log.error(ExceptionUtils.getStackTrace(e));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue