finish session if stage7 result is empty
This commit is contained in:
parent
515e68de67
commit
b539db7664
1 changed files with 2 additions and 2 deletions
|
|
@ -148,8 +148,8 @@ public class PrimaryAuctionBnSession extends AbstractSession implements Initiali
|
||||||
//stage 7
|
//stage 7
|
||||||
StageResult<Collection<PaymentInstruction>> paymentResult = runStage(TaskType.FormingPaymentInstruction, formingPaymentInstruction);
|
StageResult<Collection<PaymentInstruction>> paymentResult = runStage(TaskType.FormingPaymentInstruction, formingPaymentInstruction);
|
||||||
if (paymentResult.getStageResult().isEmpty()) {
|
if (paymentResult.getStageResult().isEmpty()) {
|
||||||
//todo где сверка
|
runStage(TaskType.ContinueRevise, balanceRevise);
|
||||||
firstPart(req);
|
finishPart(req);
|
||||||
}
|
}
|
||||||
} catch (StageException e) {
|
} catch (StageException e) {
|
||||||
//already logged
|
//already logged
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue